mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Allow skipping main.tscript execution
This commit is contained in:
parent
0f55389712
commit
569f3a1e41
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue