mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-06-26 11:45:34 +00:00
More changes
Remove include stdafx.h from the .h files. Replace malloc with mi_malloc and free with mi_free Move MiniAudio and Zlib to Libs folder
This commit is contained in:
@@ -1818,9 +1818,7 @@ int APIENTRY _tWinMain(_In_ HINSTANCE hInstance,
|
||||
if (g_KBMInput.IsKeyReleased(KeyboardMouseInput::KEY_DEBUG_INFO) && !f3ComboUsed)
|
||||
{
|
||||
if (pMinecraft->options)
|
||||
{
|
||||
pMinecraft->options->renderDebug = !pMinecraft->options->renderDebug;
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef _DEBUG_MENUS_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user