mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 21:17:45 +00:00
Backed out changeset b0241180cdc5
Better commit incoming!
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user