mirror of
https://github.com/clangen/musikcube.git
synced 2025-03-14 04:18:36 +00:00
Unix compile fix.
This commit is contained in:
parent
c238ef71dd
commit
4a7e475e63
@ -615,7 +615,7 @@ process:
|
||||
Window::WriteToScreen(this->state.input);
|
||||
|
||||
#ifndef WIN32
|
||||
usleep(seconds * 1000);
|
||||
usleep(IDLE_TIMEOUT_MS * 1000);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user