why is it fucking (literally()

fucking one line
This commit is contained in:
NotAKidoS 2023-01-14 02:52:08 -06:00
parent 6c3a1797b5
commit 41068ce3fb
4 changed files with 16 additions and 8 deletions

View file

@ -105,7 +105,6 @@ class IKSystemPatches
{
if (IKSystem.Instance.animator != null && IKSystem.Instance.animator.avatar != null && IKSystem.Instance.animator.avatar.isHuman)
{
//why the fuck does this fix bad armatures and heels in ground ??? (this one is suprisingly not because of Default Robot Kyle) ... (Fuck you Default Robot Kyle)
if (____poseHandler == null)
{
____poseHandler = new HumanPoseHandler(IKSystem.Instance.animator.avatar, IKSystem.Instance.animator.transform);