mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-16 16:28:13 +00:00
Fixed Visual Studio warning 4245
This commit is contained in:
@@ -141,7 +141,7 @@ static int SDLCALL SDL_TimerThread(void *_data)
|
||||
}
|
||||
|
||||
/* Initial delay if there are no timers */
|
||||
delay = SDL_MUTEX_MAXWAIT;
|
||||
delay = (Uint64)SDL_MUTEX_MAXWAIT;
|
||||
|
||||
tick = SDL_GetTicksNS();
|
||||
|
||||
|
Reference in New Issue
Block a user