diff --git a/Minecraft.Client/Windows64/Windows64_Minecraft.cpp b/Minecraft.Client/Windows64/Windows64_Minecraft.cpp index 4e71fe73e..d822e9434 100644 --- a/Minecraft.Client/Windows64/Windows64_Minecraft.cpp +++ b/Minecraft.Client/Windows64/Windows64_Minecraft.cpp @@ -1234,6 +1234,7 @@ int APIENTRY _tWinMain(_In_ HINSTANCE hInstance, } } +#ifdef _DEBUG_MENUS_ENABLED // F3 toggles onscreen debug info if (KMInput.IsKeyPressed(VK_F3)) { @@ -1258,7 +1259,6 @@ int APIENTRY _tWinMain(_In_ HINSTANCE hInstance, } } } - #endif #if 0