aboutsummaryrefslogtreecommitdiff
path: root/editor/project_manager.cpp
diff options
context:
space:
mode:
authorHein-Pieter van Braam2017-09-07 23:43:53 +0200
committerHein-Pieter van Braam2017-09-10 23:59:22 +0200
commit390a2025fedd431acb98db9e46faa7bbb3ef93ae (patch)
tree44d97b846021ddcd31b0dc06de3b4221b32c6ae9 /editor/project_manager.cpp
parent5f39f3a2dfba500b6c9cd8f87b0dd35949043822 (diff)
downloadgodot-390a2025fedd431acb98db9e46faa7bbb3ef93ae.tar.gz
godot-390a2025fedd431acb98db9e46faa7bbb3ef93ae.tar.zst
godot-390a2025fedd431acb98db9e46faa7bbb3ef93ae.zip
Diffstat (limited to 'editor/project_manager.cpp')
-rw-r--r--editor/project_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/project_manager.cpp b/editor/project_manager.cpp
index 323a36154..02d8286ca 100644
--- a/editor/project_manager.cpp
+++ b/editor/project_manager.cpp
@@ -465,7 +465,7 @@ void ProjectManager::_notification(int p_what) {
if (p_what == NOTIFICATION_ENTER_TREE) {
- Engine::get_singleton()->set_editor_hint(true);
+ Engine::get_singleton()->set_editor_hint(false);
} else if (p_what == NOTIFICATION_VISIBILITY_CHANGED) {