Another refinement

This commit is contained in:
twinaphex 2017-01-25 17:52:58 +01:00
parent da891b97b2
commit 77cdc9d550

View File

@ -2391,7 +2391,7 @@ bool command_event(enum event_command cmd, void *data)
runloop_msg_queue_push(msg_hash_to_str(MSG_PAUSED), 1,
1, true);
if (is_paused && !is_idle)
if (!is_idle)
video_driver_cached_frame();
}
else