Browse Source

奖池模型轮播

zhaoyang 2 years ago
parent
commit
e169572c8c

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/Common/Controller/LuckyBoxController.cs

@@ -38,7 +38,7 @@ namespace GFGGame
             if (_luckyBoxCfg.resArr.Length > 1 || _luckyBoxCfg.suitShowArr.Length > 1)
             if (_luckyBoxCfg.resArr.Length > 1 || _luckyBoxCfg.suitShowArr.Length > 1)
             {
             {
                 Timers.inst.Remove(UpdateTime);
                 Timers.inst.Remove(UpdateTime);
-                //Timers.inst.Add(1, 0, UpdateTime);
+                Timers.inst.Add(1, 0, UpdateTime);
             }
             }
         }
         }