...
This commit is contained in:
parent
f708356f80
commit
eb08f04239
|
|
@ -164,7 +164,7 @@ public class HorseRushPanel : AddrHandleBase
|
|||
|
||||
if (!_isGameStart) return;
|
||||
|
||||
_rushTime -= Time.deltaTime * table_GlobalValue.Ins.Get_Float("MiniGame_Speed");
|
||||
_rushTime -= Time.deltaTime;
|
||||
_limitTime -= Time.deltaTime;
|
||||
|
||||
if (_nextTimeUpdate <= 0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue