Skip to content

Commit

Permalink
Backed out changeset b0241180cdc5
Browse files Browse the repository at this point in the history
Better commit incoming!
  • Loading branch information
slouken committed Oct 15, 2019
1 parent cd8652d commit 526b9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/SDL_events.c
Expand Up @@ -728,7 +728,7 @@ SDL_WaitEventTimeout(SDL_Event * event, int timeout)
/* Timeout expired and no events */
return 0;
}
SDL_Delay(1);
SDL_Delay(10);
break;
default:
/* Has events */
Expand Down

0 comments on commit 526b9bd

Please sign in to comment.