mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 09:27:39 +00:00
Fixed Visual Studio warning 4244
This commit is contained in:
parent
85ee1498a5
commit
308bcbbe76
29 changed files with 160 additions and 155 deletions
|
@ -1421,7 +1421,7 @@ void SDL_PrivateJoystickAdded(SDL_JoystickID instance_id)
|
|||
|
||||
void SDL_PrivateJoystickForceRecentering(SDL_Joystick *joystick)
|
||||
{
|
||||
int i, j;
|
||||
Uint8 i, j;
|
||||
Uint64 timestamp = SDL_GetTicksNS();
|
||||
|
||||
SDL_AssertJoysticksLocked();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue