Disable overlapping debug cheat inputs on dpad for Release
Same thing as last commit
This commit is contained in:
parent
ed2a20dab7
commit
0404a97257
|
|
@ -1522,7 +1522,7 @@ void Minecraft::run_middle()
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _FINAL_BUILD
|
#if _DEBUG // ndef _FINAL_BUILD // Disable conflicting debug functionality in release builds
|
||||||
if( app.DebugSettingsOn() && app.GetUseDPadForDebug() )
|
if( app.DebugSettingsOn() && app.GetUseDPadForDebug() )
|
||||||
{
|
{
|
||||||
localplayers[i]->ullDpad_last = 0;
|
localplayers[i]->ullDpad_last = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue