浏览代码

小游戏补充提交

zhangyuqian 1 年之前
父节点
当前提交
e07074e212
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/MiniGame/FlipGameView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/MiniGame/FlipGameView.cs

@@ -321,7 +321,7 @@ namespace GFGGame
                 }
             }
 
-            Timers.inst.Add(0.5f, 1, UpdateHit);
+            Timers.inst.Add(0.6f, 1, UpdateHit);
         }
         private void UpdateHit(object param = null)
         {