zhaoyang 2 жил өмнө
parent
commit
c65f51089e

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Data/PhotographUtil.cs

@@ -170,7 +170,7 @@ namespace GFGGame
 
             for (int i = 0; i < itemGameObjs.Count; i++)
             {
-                ChangeLayer(itemGameObjs[i], i * 600, state);
+                ChangeLayer(itemGameObjs[i], i * PhotographDataManager.layerCount, state);
             }
 
         }

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographView.cs

@@ -599,7 +599,7 @@ namespace GFGGame
             rotationGesture.onAction.Remove(OnRotate);
             pinchGesture = null;
             rotationGesture = null;
-
+            _ui.m_c1.selectedIndex = 0;
             Timers.inst.Remove(CheckGuide);
         }