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:
@@ -32,7 +32,9 @@ public static partial class ProgramStatics
|
||||
break;
|
||||
case EntryType.LOCAL:
|
||||
default:
|
||||
#if DEBUG
|
||||
_debug = true;
|
||||
#endif
|
||||
_compiled = false;
|
||||
_mods = true;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user