mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
fix: add missing # ifdef
This commit is contained in:
parent
d8f9e67108
commit
f3b1607051
|
|
@ -1234,6 +1234,7 @@ int APIENTRY _tWinMain(_In_ HINSTANCE hInstance,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef _DEBUG_MENUS_ENABLED
|
||||||
// F3 toggles onscreen debug info
|
// F3 toggles onscreen debug info
|
||||||
if (KMInput.IsKeyPressed(VK_F3))
|
if (KMInput.IsKeyPressed(VK_F3))
|
||||||
{
|
{
|
||||||
|
|
@ -1258,7 +1259,6 @@ int APIENTRY _tWinMain(_In_ HINSTANCE hInstance,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue