fix debug build warning

This commit is contained in:
bluepilledgreat 2023-10-05 17:47:58 +01:00
parent c206858622
commit fba342b840

View File

@ -51,7 +51,9 @@ namespace Bloxstrap
)
);
#if RELEASE
private static bool _showingExceptionDialog = false;
#endif
public static void Terminate(ErrorCode exitCode = ErrorCode.ERROR_SUCCESS)
{