Merge pull request #71688 from TokageItLab/clean-bsp2edit
Remove a duplicated unnecessary line from BlendSpace2DEditor
This commit is contained in:
commit
ce1233dc52
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue