change sample debug key to f1

This commit is contained in:
BlackMATov
2023-01-08 12:01:21 +07:00
parent 1cc595ca12
commit 35b0361947
13 changed files with 51 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ namespace
E2D_UNUSED(owner, event);
const keyboard& k = the<input>().keyboard();
if ( k.is_key_just_released(keyboard_key::f12) ) {
if ( k.is_key_just_released(keyboard_key::f1) ) {
the<dbgui>().toggle_visible(!the<dbgui>().visible());
}