1
0
mirror of synced 2025-02-21 04:26:35 +01:00

Remove extra SDL_Event

This commit is contained in:
Aaron M 2020-08-02 11:42:21 +12:00
parent f85bab0f45
commit 4e43378409

View File

@ -1934,7 +1934,6 @@ void TriggerSpringEffect(double strength)
int WorkaroundToFixRumble(void* ptr)
{
SDL_Event e;
while (SDL_WaitEvent(&e) != 0)
{
}