Browse Source

退出编辑界面时不重置素材位置

蓝色星空 1 year ago
parent
commit
38ffda3c2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Assets/Scripts/UI/EdirPanel/UIEditorPanel.cs

+ 1 - 1
Assets/Scripts/UI/EdirPanel/UIEditorPanel.cs

@@ -216,7 +216,7 @@ public class UIEditorPanel : AbstractController, EventObserver
 
         RevocationBtn.onClick.AddListener(() =>
         {
-            GameManager.Instance.SetPosRotScale();
+            //GameManager.Instance.SetPosRotScale();
             
             if (MaterialObj == null)
                 return;