Fixed mouse freezing in combat during NPC turns when using touchscreen
This commit is contained in:
parent
bb73a151a8
commit
97b46bd47f
|
@ -3113,6 +3113,7 @@ void _combat_turn_run()
|
|||
while (_combat_turn_running > 0) {
|
||||
sharedFpsLimiter.mark();
|
||||
|
||||
inputGetInput();
|
||||
_process_bk();
|
||||
|
||||
renderPresent();
|
||||
|
|
Loading…
Reference in New Issue