mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-06 15:30:50 +00:00
Fixed Visual Studio warning 4245
This commit is contained in:
parent
f341c06552
commit
85ee1498a5
6 changed files with 7 additions and 7 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue