mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-10 13:28:15 +00:00
make SDL_SensorGetDeviceNonPortableType match its prototype.
This commit is contained in:
@@ -177,7 +177,7 @@ SDL_SensorGetDeviceType(int device_index)
|
|||||||
return type;
|
return type;
|
||||||
}
|
}
|
||||||
|
|
||||||
SDL_SensorType
|
int
|
||||||
SDL_SensorGetDeviceNonPortableType(int device_index)
|
SDL_SensorGetDeviceNonPortableType(int device_index)
|
||||||
{
|
{
|
||||||
SDL_SensorDriver *driver;
|
SDL_SensorDriver *driver;
|
||||||
|
Reference in New Issue
Block a user