diff options
author | Silc Renew <tokage.it.lab@gmail.com> | 2023-01-20 03:23:12 +0900 |
---|---|---|
committer | Silc Renew <tokage.it.lab@gmail.com> | 2023-01-20 03:23:12 +0900 |
commit | f994535f0905b0b9a1ad8a24081fc8e65678214d (patch) | |
tree | ff205518b2a4e45dc8bac32f68faf0e984c4ef63 | |
parent | 14fdd28de9f1f9979cb6cffa4b715a16d406439d (diff) |
Remove a duplicated unnecessary line from BlendSpace2DEditor
-rw-r--r-- | editor/plugins/animation_blend_space_2d_editor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/animation_blend_space_2d_editor.cpp b/editor/plugins/animation_blend_space_2d_editor.cpp index 7f8137f8d5..0daf934e17 100644 --- a/editor/plugins/animation_blend_space_2d_editor.cpp +++ b/editor/plugins/animation_blend_space_2d_editor.cpp @@ -74,7 +74,6 @@ void AnimationNodeBlendSpace2DEditor::edit(const Ref<AnimationNode> &p_node) { } tool_create->set_disabled(read_only); - interpolation->set_disabled(read_only); max_x_value->set_editable(!read_only); min_x_value->set_editable(!read_only); max_y_value->set_editable(!read_only); |