Fix unintentional translations in AnimationTree

This commit is contained in:
Junji Takakura
2024-02-03 10:49:04 +09:00
parent 10e111477d
commit dcf4d82fb5
4 changed files with 4 additions and 0 deletions

View File

@@ -1083,6 +1083,7 @@ AnimationNodeBlendSpace2DEditor::AnimationNodeBlendSpace2DEditor() {
animations_menu = memnew(PopupMenu);
menu->add_child(animations_menu);
animations_menu->set_name("AddAnimations");
animations_menu->set_auto_translate(false);
animations_menu->connect("index_pressed", callable_mp(this, &AnimationNodeBlendSpace2DEditor::_add_animation_type));
open_file = memnew(EditorFileDialog);