浏览代码

奖池模型轮播

zhaoyang 2 年之前
父节点
当前提交
e169572c8c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/Common/Controller/LuckyBoxController.cs

+ 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)
             {
                 Timers.inst.Remove(UpdateTime);
-                //Timers.inst.Add(1, 0, UpdateTime);
+                Timers.inst.Add(1, 0, UpdateTime);
             }
         }