1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Fix slow raycast editing

This commit is contained in:
kobewi
2023-10-29 22:05:32 +01:00
parent 9144457484
commit b3e829eaf3

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