Skip to content

Commit

Permalink
Merge pull request #550 from loganmc10/patch-5
Browse files Browse the repository at this point in the history
Don't call SDL_PumpEvents() in core
  • Loading branch information
richard42 authored Feb 9, 2019
2 parents 37dfe85 + 87b1946 commit 9aae471
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ static void main_check_inputs(void)
#ifdef WITH_LIRC
lircCheckInput();
#endif
SDL_PumpEvents();
}

/*********************************************************************************************************
Expand Down

0 comments on commit 9aae471

Please sign in to comment.