diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-06-26 14:51:03 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-06-26 14:51:03 +0200 |
commit | 869e33252d9b61fd57a441b2a8521f81b3afbf41 (patch) | |
tree | 01301899dd3bcb7a04dcffbf3b4f46301c47b52a /editor/plugins/cast_2d_editor_plugin.cpp | |
parent | 35683dea866ff8c89089dc9c9a41bd3f23be5e0b (diff) | |
parent | b3e829eaf3c8e286d99f096ab3306e0de334d62d (diff) | |
download | redot-engine-869e33252d9b61fd57a441b2a8521f81b3afbf41.tar.gz |
Merge pull request #84164 from KoBeWi/slowcast_2d
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 c9d7ff8e08..3da7d4a7dc 100644 --- a/editor/plugins/cast_2d_editor_plugin.cpp +++ b/editor/plugins/cast_2d_editor_plugin.cpp @@ -102,7 +102,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; } |