Pārlūkot izejas kodu

换装返回功能

zhaoyang 3 gadi atpakaļ
vecāks
revīzija
dc7be5a958

+ 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)
             {