summaryrefslogtreecommitdiff
path: root/main/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/main.cpp')
-rw-r--r--main/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/main.cpp b/main/main.cpp
index a336496d39..a50a8827cd 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -792,6 +792,10 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
// Determine if the project manager should be requested
project_manager = main_args.size() == 0 && !found_project;
}
+
+ if (project_manager) {
+ Engine::get_singleton()->set_editor_hint(true);
+ }
#endif
if (main_args.size() == 0 && String(GLOBAL_DEF("application/run/main_scene", "")) == "") {