You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Remove a duplicated unnecessary line from BlendSpace2DEditor
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user