Disable overlapping debug cheat inputs on dpad for Release

Same thing as last commit
This commit is contained in:
Loki Rautio
2026-03-06 13:11:24 -06:00
parent ed2a20dab7
commit 0404a97257

View File

@@ -1522,7 +1522,7 @@ void Minecraft::run_middle()
}
#endif
#ifndef _FINAL_BUILD
#if _DEBUG // ndef _FINAL_BUILD // Disable conflicting debug functionality in release builds
if( app.DebugSettingsOn() && app.GetUseDPadForDebug() )
{
localplayers[i]->ullDpad_last = 0;