mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-25 09:17:12 +01:00
Fixed warning about unused variable in controllermap program.
This commit is contained in:
parent
0c5e7a1067
commit
0a3f9d0cfb
@ -233,7 +233,6 @@ WatchJoystick(SDL_Joystick * joystick)
|
|||||||
SDL_Rect dst;
|
SDL_Rect dst;
|
||||||
Uint8 alpha=200, alpha_step = -1;
|
Uint8 alpha=200, alpha_step = -1;
|
||||||
Uint32 alpha_ticks = 0;
|
Uint32 alpha_ticks = 0;
|
||||||
Uint32 bound_ticks = 0;
|
|
||||||
SDL_JoystickID nJoystickID;
|
SDL_JoystickID nJoystickID;
|
||||||
Uint32 unDeflectedAxes = 0;
|
Uint32 unDeflectedAxes = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user