Also fix the tangent generation button in the MeshDataResource editor.

This commit is contained in:
Relintai 2023-04-21 11:10:22 +02:00
parent ab2f492775
commit 922a519a52

View File

@ -796,7 +796,7 @@ MDIEd::MDIEd() {
action_button = memnew(Button); action_button = memnew(Button);
action_button->set_text("Tangents"); action_button->set_text("Tangents");
action_button->connect("pressed", this, "on_remove_doubles_pressed"); action_button->connect("pressed", this, "on_generate_tangents_pressed");
operations_container->add_child(action_button); operations_container->add_child(action_button);
action_label = memnew(Label); action_label = memnew(Label);