浏览代码

换装返回功能

zhaoyang 3 年之前
父节点
当前提交
dc7be5a958
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      GameClient/Assets/Game/HotUpdate/Views/DressUp/DressUpView.cs

+ 4 - 3
GameClient/Assets/Game/HotUpdate/Views/DressUp/DressUpView.cs

@@ -127,7 +127,7 @@ namespace GFGGame
             _ui.m_comboBox.selectedIndex = CustomSuitDataManager.currentIndex;
             EquipDataCache.cacher.PutOnSuitSaved(CustomSuitDataManager.currentIndex);
             // UpdateStepBtn();
-            // AddMemoryDressup();
+            AddMemoryDressup();
             Timers.inst.AddUpdate(CheckGuide);
         }
 
@@ -263,7 +263,7 @@ namespace GFGGame
             }
             UpdateListPartsSelected();
             UpdateListSuitPartsSelected(); ;
-            // AddMemoryDressup();
+            AddMemoryDressup();
         }
 
 
@@ -281,10 +281,11 @@ namespace GFGGame
 
             UpdateListSuitPartsSelected();
             UpdateBtnAction();
-            // AddMemoryDressup();
+            AddMemoryDressup();
         }
         private void AddMemoryDressup()
         {
+            return;
             _stepIndex++;
             if (_stepIndex == MAX_MEMORY_STEP)
             {