Преглед изворни кода

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)
         {