This commit is contained in:
Dmitry Koteroff 2017-12-11 02:43:27 +03:00
parent 523237943c
commit cd43188734

View file

@ -4730,6 +4730,7 @@ void CanvasItemEditorViewport::drop_data(const Point2 &p_point, const Variant &p
list.push_back(root_node); list.push_back(root_node);
} else { } else {
drop_pos = p_point; drop_pos = p_point;
target_node = NULL;
_show_resource_type_selector(); _show_resource_type_selector();
return; return;
} }