Fix slow raycast editing
This commit is contained in:
parent
9144457484
commit
b3e829eaf3
|
@ -98,7 +98,6 @@ bool Cast2DEditor::forward_canvas_gui_input(const Ref<InputEvent> &p_event) {
|
|||
|
||||
node->set("target_position", point);
|
||||
canvas_item_editor->update_viewport();
|
||||
node->notify_property_list_changed();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue