mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-25 08:54:21 +01:00
Also fix the tangent generation button in the MeshDataResource editor.
This commit is contained in:
parent
ab2f492775
commit
922a519a52
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user