mirror of https://github.com/encounter/SDL.git
make SDL_SensorGetDeviceNonPortableType match its prototype.
This commit is contained in:
parent
53b166797d
commit
59795822d0
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue