Backed out changeset a429ccdea379

Better commit incoming!
This commit is contained in:
Sam Lantinga
2019-10-14 22:41:27 -07:00
parent a7bfd727c8
commit baa93f0803

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