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

Merge pull request #84164 from KoBeWi/slowcast_2d

Fix slow raycast editing
This commit is contained in:
Rémi Verschelde
2024-06-26 14:51:03 +02:00

View File

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