Fix bug SDL-window freezing on windows

apparently SDL window freezes on windows,
when the input events are not repeatedly handled.
This commit is contained in:
jonny_jr9
2023-12-10 18:03:02 +01:00
parent abad211084
commit ac5873c9e7
4 changed files with 16 additions and 16 deletions

View File

@@ -9,4 +9,4 @@ void renderGame();
int CreateSDLWindow();
void DestroyWindwo();
void DestroyWindow();