Fixed compiler warning
This commit is contained in:
parent
6e05dee645
commit
a1dfcdb79d
1 changed files with 0 additions and 1 deletions
|
@ -396,7 +396,6 @@ int
|
||||||
SDL_SendTouchMotion(SDL_TouchID id, SDL_FingerID fingerid, int relative,
|
SDL_SendTouchMotion(SDL_TouchID id, SDL_FingerID fingerid, int relative,
|
||||||
float xin, float yin, float pressurein)
|
float xin, float yin, float pressurein)
|
||||||
{
|
{
|
||||||
int index = SDL_GetTouchIndexId(id);
|
|
||||||
SDL_Touch *touch;
|
SDL_Touch *touch;
|
||||||
SDL_Finger *finger;
|
SDL_Finger *finger;
|
||||||
int posted;
|
int posted;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue