Skip to content

Commit

Permalink
Update Static.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Fexcraft committed Nov 18, 2020
1 parent 3801550 commit 9b61ce1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/fexcraft/lib/common/Static.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public class Static {

public static final float MODELSCALE = 0.0625F;
public static final float PI = 3.14159265358979323846f;
public static final float PI2 = PI + PI;

public static final float sixteenth = 0.0625F;
public static final float eighth = 0.125F;
Expand Down

0 comments on commit 9b61ce1

Please sign in to comment.