mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-05 21:55:24 +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…
Reference in New Issue
Block a user