Fixed mouse freezing in combat during NPC turns when using touchscreen

This commit is contained in:
sonil 2023-06-18 19:40:29 +08:00
parent bb73a151a8
commit 97b46bd47f
1 changed files with 1 additions and 0 deletions

View File

@ -3113,6 +3113,7 @@ void _combat_turn_run()
while (_combat_turn_running > 0) {
sharedFpsLimiter.mark();
inputGetInput();
_process_bk();
renderPresent();