Fix minor bug

This commit is contained in:
2024-01-07 22:09:54 +00:00
parent 41f12d2a98
commit 99c6dbeecf

2
main.c
View File

@@ -19,7 +19,7 @@ int main(void) {
bool running = true;
SDL_Event event = {};
SDL_Event event = {0};
while (running) {
while (SDL_PollEvent(&event)) {