Bläddra i källkod

Remove a duplicated unnecessary line from BlendSpace2DEditor

Silc Renew 2 år sedan
förälder
incheckning
f994535f09
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      editor/plugins/animation_blend_space_2d_editor.cpp

+ 0 - 1
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);