mirror of
https://github.com/godotengine/godot.git
synced 2025-02-23 23:15:07 +08:00
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);
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user