This commit is contained in:
Ino 2025-12-19 16:21:59 +09:00
parent f708356f80
commit eb08f04239
1 changed files with 1 additions and 1 deletions

View File

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