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

@@ -222,7 +222,7 @@ namespace
return false;
}
if ( k.is_key_just_pressed(keyboard_key::f12) ) {
if ( k.is_key_just_pressed(keyboard_key::f1) ) {
the<dbgui>().toggle_visible(!the<dbgui>().visible());
}