don't push empty sensor events
This commit is contained in:
parent
92f3ecdd83
commit
12801df6f2
1 changed files with 1 additions and 1 deletions
|
|
@ -975,7 +975,7 @@ static void Impl_HandleControllerSensorEvent(SDL_GamepadSensorEvent evt)
|
|||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
return;
|
||||
}
|
||||
|
||||
D_PostEvent(&event);
|
||||
|
|
|
|||
Loading…
Reference in a new issue