diff --git a/main.c b/main.c index c52dd34..15d3417 100644 --- a/main.c +++ b/main.c @@ -154,6 +154,7 @@ SDL_AppResult SDL_AppEvent(void *appstate, SDL_Event *event) { } case SDL_SCANCODE_F3: { Clay_SetDebugModeEnabled(!Clay_IsDebugModeEnabled()); // toggle debug mode + SDL_Log("Toggled debug mode"); break; } }