mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-03 23:09:22 +00:00
[AvatarScale] Cleanup
This commit is contained in:
parent
ab4276e880
commit
5b40a2a185
4 changed files with 12 additions and 12 deletions
|
@ -220,13 +220,13 @@ public class AvatarScaleManager : MonoBehaviour
|
|||
}
|
||||
}
|
||||
|
||||
void Update()
|
||||
private void Update()
|
||||
{
|
||||
ApplyAvatarScaling();
|
||||
ApplyComponentScaling();
|
||||
}
|
||||
|
||||
void LateUpdate()
|
||||
private void LateUpdate()
|
||||
{
|
||||
ApplyAvatarScaling();
|
||||
ApplyComponentScaling();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue