Backed out changeset b0241180cdc5

Better commit incoming!
Sam Lantinga 2019-10-14 22:41:27 -07:00
parent cd8652d8f3
commit 526b9bdf1c
1 changed files with 1 additions and 1 deletions

View File

@ -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 */