Update MathHelper.java

This commit is contained in:
josephworks
2022-07-08 21:17:58 -07:00
committed by GitHub
parent 0080380486
commit 1a56f7ac75

View File

@@ -6,8 +6,8 @@ import java.util.UUID;
public class MathHelper {
public static final float a = c(2.0F);
private static final int[] SINE_TABLE_INT = new int[16384 + 1];
private static final float SINE_TABLE_MIDPOINT;
private static final int[] SINE_TABLE_INT = new int[16384 + 1];
private static final float SINE_TABLE_MIDPOINT;
private static final Random c = new Random();
private static final int[] d;
private static final double e;