mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-23 22:26:52 +00:00
Removes editor_hint from SceneTree
This commit is contained in:
@@ -466,7 +466,6 @@ void ProjectManager::_notification(int p_what) {
|
||||
if (p_what == NOTIFICATION_ENTER_TREE) {
|
||||
|
||||
Engine::get_singleton()->set_editor_hint(true);
|
||||
get_tree()->set_editor_hint(true);
|
||||
|
||||
} else if (p_what == NOTIFICATION_VISIBILITY_CHANGED) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user