[sdl] gotta go fast

This commit is contained in:
Milo Turner 2020-02-24 17:56:35 -05:00
parent 690fd1ccd7
commit f76201c0d3
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ bool ax__backend_is_shutdown(struct ax_backend* bac)
void ax__backend_wait_for_event(struct ax_backend* bac)
{
(void) bac;
usleep(1000 * 100);
usleep(1000 * 1000 / 60);
}
/* -----------------------------------------------------------------------------