mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-14 16:09:06 +07:00
change sample debug key to f1
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user