2
0
Эх сурвалжийг харах

Fix SkipMainCs flag, it was inverted

Lukas Aldershaab 1 жил өмнө
parent
commit
753cbe32d9

+ 1 - 1
Engine/source/app/mainLoop.cpp

@@ -468,7 +468,7 @@ bool StandardMainLoop::handleCommandLine( S32 argc, const char **argv )
 #endif
          mainCsStream = &str;
       }
-      else if (String::compare(argv[1], "SkipMainCs"))
+      else if (String::compare(argv[1], "SkipMainCs") == 0)
       {
          return true;
       }