瀏覽代碼

UI界面上的换装对象优化

guodong 2 年之前
父節點
當前提交
1fa7e8ceed
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      GameClient/Assets/Game/HotUpdate/Views/ClothingSynthetic/ClothingSyntheticView.cs

+ 0 - 5
GameClient/Assets/Game/HotUpdate/Views/ClothingSynthetic/ClothingSyntheticView.cs

@@ -54,11 +54,6 @@ namespace GFGGame
                 _valueBarController.Dispose();
                 _valueBarController = null;
             }
-            if (_dressUpObjUI != null)
-            {
-                _dressUpObjUI.Dispose();
-                _dressUpObjUI = null;
-            }
 
             if (_imgSelected != null)
             {