Made program statics running in local turning debug variable depending on the runtime mode (#225)

Co-authored-by: Alex <clodanSPT@hotmail.com>
This commit is contained in:
clodanSPT
2025-05-02 17:09:59 +01:00
committed by GitHub
parent 25386d588f
commit ec0f8b2eab
@@ -32,7 +32,9 @@ public static partial class ProgramStatics
break;
case EntryType.LOCAL:
default:
#if DEBUG
_debug = true;
#endif
_compiled = false;
_mods = true;
break;