Fix slow raycast editing

This commit is contained in:
kobewi 2023-10-29 22:05:32 +01:00
parent 9144457484
commit b3e829eaf3
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}