Skip to content

Commit

Permalink
fix big heads not working
Browse files Browse the repository at this point in the history
  • Loading branch information
misternebula committed Feb 8, 2024
1 parent 8fd61ff commit c8333e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QSB/Animation/Player/AnimationSync.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private void InitAccelerationSync()

private void OnEnableBigHeadMode()
{
var bone = GetComponent<Animator>().GetBoneTransform(HumanBodyBones.Head);
var bone = VisibleAnimator.GetBoneTransform(HumanBodyBones.Head);
bone.localScale = new Vector3(2.5f, 2.5f, 2.5f);
}

Expand Down

0 comments on commit c8333e9

Please sign in to comment.