summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-01-20 08:48:07 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-01-20 08:48:07 +0100
commitce1233dc528d9288b3fc1836b39ff08e7adec991 (patch)
treec0ec90ac1d3569b54d33813d5df8bc6cb9a56545
parentf3d7dddfadf1b90516e9720be17940fa0871361b (diff)
parentf994535f0905b0b9a1ad8a24081fc8e65678214d (diff)
Merge pull request #71688 from TokageItLab/clean-bsp2edit
Remove a duplicated unnecessary line from BlendSpace2DEditor
-rw-r--r--editor/plugins/animation_blend_space_2d_editor.cpp1
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);