mirror of https://github.com/encounter/SDL.git
Fixed Android build warning
This commit is contained in:
parent
04e76499ea
commit
72b195d27c
|
@ -88,7 +88,7 @@ HapticByDevId (int device_id)
|
||||||
SDL_hapticlist_item *item;
|
SDL_hapticlist_item *item;
|
||||||
for (item = SDL_hapticlist; item != NULL; item = item->next) {
|
for (item = SDL_hapticlist; item != NULL; item = item->next) {
|
||||||
if (device_id == item->device_id) {
|
if (device_id == item->device_id) {
|
||||||
SDL_Log("=+=+=+=+=+= HapticByDevId id [%d]", device_id);
|
/*SDL_Log("=+=+=+=+=+= HapticByDevId id [%d]", device_id);*/
|
||||||
return item;
|
return item;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue