Преглед изворни кода

Allow skipping main.tscript execution

Lukas Aldershaab пре 2 година
родитељ
комит
569f3a1e41
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      Engine/source/app/mainLoop.cpp

+ 4 - 0
Engine/source/app/mainLoop.cpp

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