瀏覽代碼

Merge branch 'master' of http://10.108.64.190:3000/gfg/client

leiyasi 1 年之前
父節點
當前提交
ed75109bd1
共有 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)
         {