make SDL_SensorGetDeviceNonPortableType match its prototype.
parent
53b166797d
commit
59795822d0
|
@ -177,7 +177,7 @@ SDL_SensorGetDeviceType(int device_index)
|
|||
return type;
|
||||
}
|
||||
|
||||
SDL_SensorType
|
||||
int
|
||||
SDL_SensorGetDeviceNonPortableType(int device_index)
|
||||
{
|
||||
SDL_SensorDriver *driver;
|
||||
|
|
Loading…
Reference in New Issue