Skip to content

Commit

Permalink
fixed the math eref was not set
Browse files Browse the repository at this point in the history
  • Loading branch information
stany24 committed Feb 11, 2024
1 parent a003bd3 commit 2f235ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Flexion/Logic/Piece.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public double Length
}
}

private double _eRef;
private double _eRef = 69e9;
[JsonInclude]
public double ERef
{
Expand Down

0 comments on commit 2f235ad

Please sign in to comment.