Add logging for debug mode toggle
This commit is contained in:
parent
5dba7ce1e4
commit
59832014df
1 changed files with 1 additions and 0 deletions
1
main.c
1
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue