fix warning on debug builds

This commit is contained in:
bluepilledgreat 2024-04-21 15:48:34 +01:00
parent b24f712d53
commit 4b478d237f

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)
{