Code cleanup

This commit is contained in:
Archi
2021-11-10 21:47:42 +01:00
parent 1e6ab11d9f
commit d46e532458
9 changed files with 99 additions and 82 deletions

View File

@@ -28,7 +28,7 @@ internal static class Debugging {
#if DEBUG
internal static bool IsDebugBuild => true;
#else
internal static bool IsDebugBuild => false;
internal static bool IsDebugBuild => false;
#endif
internal static bool IsDebugConfigured => ASF.GlobalConfig?.Debug ?? throw new InvalidOperationException(nameof(ASF.GlobalConfig));