Explorar o código

[main.c] Removing early return no handle_event

Vinicius Teshima hai 1 ano
pai
achega
879ff38c14
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/main.c

+ 0 - 1
src/main.c

@@ -173,7 +173,6 @@ handle_events(struct app *app)
 				break;
 			}
 			kbd.func(app, kbd.dir);
-			return;
 		} break;
 		case SDL_WINDOWEVENT: {
 			WINDOW_UP_SIZE(app->win);