mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Update UIScene_HelpAndOptionsMenu.cpp
BRING BACK DEBUG IN RELEASE
This commit is contained in:
parent
7c2869c5b9
commit
46a1d9e0ab
|
|
@ -121,7 +121,7 @@ void UIScene_HelpAndOptionsMenu::updateComponents()
|
|||
|
||||
void UIScene_HelpAndOptionsMenu::handleReload()
|
||||
{
|
||||
#ifndef _DEBUG // def _FINAL_BUILD // disable debug settings in release builds
|
||||
#ifdef _FINAL_BUILD
|
||||
removeControl( &m_buttons[BUTTON_HAO_DEBUG], false);
|
||||
#else
|
||||
if(!app.DebugSettingsOn()) removeControl( &m_buttons[BUTTON_HAO_DEBUG], false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue