sys: Inverted logic in imhex args checking
This commit is contained in:
parent
5b692067d8
commit
d7811e2c55
@ -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!");
|
||||
|
Loading…
Reference in New Issue
Block a user