Removed useless assert
This commit is contained in:
parent
bdb4ce60cd
commit
d32eb0d9e5
1 changed files with 0 additions and 1 deletions
|
@ -196,7 +196,6 @@ SDL_XINPUT_JoystickOpen(SDL_Joystick * joystick, JoyStick_DeviceData *joystickde
|
||||||
SDL_assert(s_bXInputEnabled);
|
SDL_assert(s_bXInputEnabled);
|
||||||
SDL_assert(XINPUTGETCAPABILITIES);
|
SDL_assert(XINPUTGETCAPABILITIES);
|
||||||
SDL_assert(XINPUTSETSTATE);
|
SDL_assert(XINPUTSETSTATE);
|
||||||
SDL_assert(userId >= 0);
|
|
||||||
SDL_assert(userId < XUSER_MAX_COUNT);
|
SDL_assert(userId < XUSER_MAX_COUNT);
|
||||||
|
|
||||||
joystick->hwdata->bXInputDevice = SDL_TRUE;
|
joystick->hwdata->bXInputDevice = SDL_TRUE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue