ASTExtension: Made scaling not jitter avatar

This commit is contained in:
NotAKidoS 2024-06-30 18:03:08 -05:00
parent 32e777f323
commit d9e850ee70
2 changed files with 2 additions and 1 deletions

View file

@ -324,6 +324,7 @@ public class ASTExtensionMod : MelonMod
animatorManager.SetParameter(_parameterName, value); animatorManager.SetParameter(_parameterName, value);
animatorManager.Animator.Update(0f); // apply animatorManager.Animator.Update(0f); // apply
CVR_MenuManager.Instance.SendAdvancedAvatarUpdate(_parameterName, value); // update AAS menus CVR_MenuManager.Instance.SendAdvancedAvatarUpdate(_parameterName, value); // update AAS menus
PlayerSetup.Instance.CheckUpdateAvatarScaleToPlaySpaceRelation(); // update play space
} }
#endregion Avatar Scale Tool Extension #endregion Avatar Scale Tool Extension

View file

@ -1,5 +1,5 @@
{ {
"_id": -1, "_id": 223,
"name": "ASTExtension", "name": "ASTExtension",
"modversion": "1.0.0", "modversion": "1.0.0",
"gameversion": "2024r175", "gameversion": "2024r175",