BACKENDS: Another attempt to fix race condition on slow systems

This commit is contained in:
Eugene Sandulenko 2020-07-30 01:57:06 +02:00
parent 43c33adea0
commit b97c514dfb

View File

@ -29,7 +29,7 @@
#include "common/textconsole.h"
static bool timerInstalled = false;
static volatile bool timerInstalled = false;
static Uint32 timer_handler(Uint32 interval, void *param) {
if (!timerInstalled)