From f994535f0905b0b9a1ad8a24081fc8e65678214d Mon Sep 17 00:00:00 2001 From: Silc Renew Date: Fri, 20 Jan 2023 03:23:12 +0900 Subject: [PATCH] Remove a duplicated unnecessary line from BlendSpace2DEditor --- editor/plugins/animation_blend_space_2d_editor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/plugins/animation_blend_space_2d_editor.cpp b/editor/plugins/animation_blend_space_2d_editor.cpp index 7f8137f8d55..0daf934e17c 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 &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);