Unix compile fix.

This commit is contained in:
casey langen 2020-11-16 20:40:03 -08:00
parent c238ef71dd
commit 4a7e475e63

View File

@ -615,7 +615,7 @@ process:
Window::WriteToScreen(this->state.input);
#ifndef WIN32
usleep(seconds * 1000);
usleep(IDLE_TIMEOUT_MS * 1000);
#endif
}