From b3e829eaf3c8e286d99f096ab3306e0de334d62d Mon Sep 17 00:00:00 2001 From: kobewi Date: Sun, 29 Oct 2023 22:05:32 +0100 Subject: Fix slow raycast editing --- editor/plugins/cast_2d_editor_plugin.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'editor/plugins/cast_2d_editor_plugin.cpp') diff --git a/editor/plugins/cast_2d_editor_plugin.cpp b/editor/plugins/cast_2d_editor_plugin.cpp index a6457e38a7..85f21f8fee 100644 --- a/editor/plugins/cast_2d_editor_plugin.cpp +++ b/editor/plugins/cast_2d_editor_plugin.cpp @@ -98,7 +98,6 @@ bool Cast2DEditor::forward_canvas_gui_input(const Ref &p_event) { node->set("target_position", point); canvas_item_editor->update_viewport(); - node->notify_property_list_changed(); return true; } -- cgit v1.2.3