diff options
author | kobewi <kobewi4e@gmail.com> | 2023-10-29 22:05:32 +0100 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2023-10-29 22:05:32 +0100 |
commit | b3e829eaf3c8e286d99f096ab3306e0de334d62d (patch) | |
tree | dc56d2028e4a088b66a3036b1e68a28a5e20372a /editor/plugins/cast_2d_editor_plugin.cpp | |
parent | 9144457484f9d2f53990a0aac37caff1c9012e6d (diff) | |
download | redot-engine-b3e829eaf3c8e286d99f096ab3306e0de334d62d.tar.gz |
Fix slow raycast editing
Diffstat (limited to 'editor/plugins/cast_2d_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/cast_2d_editor_plugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<InputEvent> &p_event) { node->set("target_position", point); canvas_item_editor->update_viewport(); - node->notify_property_list_changed(); return true; } |