Editor: Respect -w command line flag.
This commit is contained in:
parent
a663dbfdd8
commit
3434971496
1 changed files with 4 additions and 2 deletions
|
@ -755,8 +755,10 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
|
||||||
if (editor) {
|
if (editor) {
|
||||||
Engine::get_singleton()->set_editor_hint(true);
|
Engine::get_singleton()->set_editor_hint(true);
|
||||||
main_args.push_back("--editor");
|
main_args.push_back("--editor");
|
||||||
|
if (!init_windowed) {
|
||||||
init_maximized = true;
|
init_maximized = true;
|
||||||
video_mode.maximized = true;
|
video_mode.maximized = true;
|
||||||
|
}
|
||||||
use_custom_res = false;
|
use_custom_res = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue