Merge pull request #550 from loganmc10/patch-5

Don't call SDL_PumpEvents() in core
This commit is contained in:
Richard Goedeken 2019-02-09 12:59:27 -08:00 committed by GitHub
commit 9aae471aa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -256,7 +256,6 @@ static void main_check_inputs(void)
#ifdef WITH_LIRC
lircCheckInput();
#endif
SDL_PumpEvents();
}
/*********************************************************************************************************