Explorar el Código

[main.c] Removing early return no handle_event

Vinicius Teshima hace 1 año
padre
commit
879ff38c14
Se han modificado 1 ficheros con 0 adiciones y 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);