Skip to content

Commit

Permalink
Fix default value reset
Browse files Browse the repository at this point in the history
  • Loading branch information
SamB440 committed Jul 15, 2024
1 parent 78e3fdb commit 66d0ac0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private ValuedAttribute(Attribute attribute, double defaultValue, double min, do
}

this.attribute = attribute;
this.defaultValue = value;
this.defaultValue = defaultValue;
this.value = defaultValue;
this.min = min;
this.max = max;
Expand Down

0 comments on commit 66d0ac0

Please sign in to comment.