mirror of
https://github.com/encounter/SDL.git
synced 2025-05-19 05:41:22 +00:00
Fixed build
This commit is contained in:
parent
24f97dd700
commit
bf925b9ecd
@ -1614,9 +1614,8 @@ SDL_GameControllerMappingForIndex(int mapping_index)
|
|||||||
return CreateMappingString(mapping, mapping->guid);
|
return CreateMappingString(mapping, mapping->guid);
|
||||||
}
|
}
|
||||||
--mapping_index;
|
--mapping_index;
|
||||||
} else {
|
|
||||||
SDL_SetError("Mapping not available");
|
|
||||||
}
|
}
|
||||||
|
SDL_SetError("Mapping not available");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user