sys: Inverted logic in imhex args checking

This commit is contained in:
WerWolv 2021-04-18 20:27:16 +02:00
parent 5b692067d8
commit d7811e2c55
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ namespace hex {
SharedData::mainArgv = argv;
SharedData::currentProvider = nullptr;
#if !defined(RELEASE)
#if defined(RELEASE)
{
if (argc < 2) {
View::showFatalPopup("No launch arguments supplied! Please launch imhex instead of imhexg!");