mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
ASTExtension: Made scaling not jitter avatar
This commit is contained in:
parent
32e777f323
commit
d9e850ee70
2 changed files with 2 additions and 1 deletions
|
@ -324,6 +324,7 @@ public class ASTExtensionMod : MelonMod
|
|||
animatorManager.SetParameter(_parameterName, value);
|
||||
animatorManager.Animator.Update(0f); // apply
|
||||
CVR_MenuManager.Instance.SendAdvancedAvatarUpdate(_parameterName, value); // update AAS menus
|
||||
PlayerSetup.Instance.CheckUpdateAvatarScaleToPlaySpaceRelation(); // update play space
|
||||
}
|
||||
|
||||
#endregion Avatar Scale Tool Extension
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"_id": -1,
|
||||
"_id": 223,
|
||||
"name": "ASTExtension",
|
||||
"modversion": "1.0.0",
|
||||
"gameversion": "2024r175",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue