Explorar o código

Merge pull request #11058 from hpvb/fix-11043

Don't set editor_hint true for project manager
Rémi Verschelde %!s(int64=8) %!d(string=hai) anos
pai
achega
84ccda4e1d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      editor/project_manager.cpp

+ 1 - 1
editor/project_manager.cpp

@@ -467,7 +467,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) {