瀏覽代碼

Merge branch 'master' of http://47.122.5.112:3000/mojito/StarEscort

johnclot69 2 年之前
父節點
當前提交
e3b58cb147
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Unity/Assets/Plugins/Animancer/Internal/Core/SoloAnimation.cs

+ 2 - 2
Unity/Assets/Plugins/Animancer/Internal/Core/SoloAnimation.cs

@@ -88,8 +88,8 @@ namespace Animancer
         /// </remarks>
         public bool StopOnDisable
         {
-            get => !_Animator.keepAnimatorStateOnDisable;
-            set => _Animator.keepAnimatorStateOnDisable = !value;
+            get => !_Animator.keepAnimatorControllerStateOnDisable;
+            set => _Animator.keepAnimatorControllerStateOnDisable = !value;
         }
 
         /************************************************************************************************************************/