Transforms scaling reset on avatar switch

This commit is contained in:
SDraw 2024-12-24 18:23:03 +03:00
parent b519a8ee5a
commit 1e0e6449d6
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
4 changed files with 4 additions and 3 deletions

View file

@ -403,6 +403,7 @@ namespace ml_pam
OnEnabledChanged(Settings.Enabled);
OnGrabOffsetChanged(Settings.GrabOffset);
OnIKScaling(1f); // Reset scaling, game doesn't do this anymore on avatar switch
}
void OnAvatarReuse()