mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-11 19:53:52 +00:00
Fix F3 opening host menu (#522)
* Fix debug menu opening game info menu * remove redundant F4 handling
This commit is contained in:
parent
91e50aa346
commit
053eb0119c
3 changed files with 3 additions and 15 deletions
|
|
@ -30,6 +30,7 @@ public:
|
|||
static const int KEY_PAUSE = VK_ESCAPE;
|
||||
static const int KEY_THIRD_PERSON = VK_F5;
|
||||
static const int KEY_DEBUG_INFO = VK_F3;
|
||||
static const int KEY_DEBUG_MENU = VK_F4;
|
||||
|
||||
void Init();
|
||||
void Tick();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue