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) {
|
while (_combat_turn_running > 0) {
|
||||||
sharedFpsLimiter.mark();
|
sharedFpsLimiter.mark();
|
||||||
|
|
||||||
|
inputGetInput();
|
||||||
_process_bk();
|
_process_bk();
|
||||||
|
|
||||||
renderPresent();
|
renderPresent();
|
||||||
|
|
Loading…
Reference in New Issue