mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-17 08:48:12 +00:00
@@ -141,7 +141,7 @@ static int SDLCALL SDL_TimerThread(void *_data)
|
||||
}
|
||||
|
||||
/* Initial delay if there are no timers */
|
||||
delay = (Uint64)SDL_MUTEX_MAXWAIT;
|
||||
delay = (Uint64)-1;
|
||||
|
||||
tick = SDL_GetTicksNS();
|
||||
|
||||
|
Reference in New Issue
Block a user