[AvatarScale] Cleanup

This commit is contained in:
NotAKidoS 2023-08-14 18:53:02 -05:00
parent ab4276e880
commit 5b40a2a185
4 changed files with 12 additions and 12 deletions

View file

@ -220,13 +220,13 @@ public class AvatarScaleManager : MonoBehaviour
}
}
void Update()
private void Update()
{
ApplyAvatarScaling();
ApplyComponentScaling();
}
void LateUpdate()
private void LateUpdate()
{
ApplyAvatarScaling();
ApplyComponentScaling();