You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix unintentional translations in AnimationTree
This commit is contained in:
@@ -239,6 +239,7 @@ void AnimationNodeBlendTreeEditor::update_graph() {
|
||||
MenuButton *mb = memnew(MenuButton);
|
||||
mb->set_text(anim->get_animation());
|
||||
mb->set_icon(get_editor_theme_icon(SNAME("Animation")));
|
||||
mb->set_auto_translate(false);
|
||||
mb->set_disabled(read_only);
|
||||
Array options;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user