mirror of https://github.com/godotengine/godot
Remove a duplicated unnecessary line from BlendSpace2DEditor
This commit is contained in:
parent
14fdd28de9
commit
f994535f09
|
|
@ -74,7 +74,6 @@ void AnimationNodeBlendSpace2DEditor::edit(const Ref<AnimationNode> &p_node) {
|
||||||
}
|
}
|
||||||
|
|
||||||
tool_create->set_disabled(read_only);
|
tool_create->set_disabled(read_only);
|
||||||
interpolation->set_disabled(read_only);
|
|
||||||
max_x_value->set_editable(!read_only);
|
max_x_value->set_editable(!read_only);
|
||||||
min_x_value->set_editable(!read_only);
|
min_x_value->set_editable(!read_only);
|
||||||
max_y_value->set_editable(!read_only);
|
max_y_value->set_editable(!read_only);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue