Browse Source

限时抽奖退出清数据

zhaoyang 2 years ago
parent
commit
3ccb5d8fbd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Data/PhotographUtil.cs

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

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