Add --scene command line argument
This commit is contained in:
parent
215acd52e8
commit
47568a4654
2 changed files with 11 additions and 2 deletions
|
|
@ -146,6 +146,7 @@ Error EditorRun::run(const String &p_scene, const String &p_write_movie, const V
|
|||
}
|
||||
|
||||
if (!p_scene.is_empty()) {
|
||||
args.push_back("--scene");
|
||||
args.push_back(p_scene);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue