Fix error spam on quit

This commit is contained in:
jfons 2021-09-20 13:10:19 +02:00
parent e154820935
commit 6747126c14

View File

@ -4820,7 +4820,7 @@ void _update_all_gizmos(Node *p_node) {
}
void Node3DEditor::update_all_gizmos(Node *p_node) {
if (!p_node && get_tree()) {
if (!p_node && is_inside_tree()) {
p_node = get_tree()->get_edited_scene_root();
}