Import FastMath in tests

This commit is contained in:
dfsek 2020-11-18 18:47:24 -07:00
parent 3d092df9d5
commit 0bc2c6e897
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import org.apache.commons.math3.util.FastMath;
import org.junit.jupiter.api.Test;
import org.polydev.gaea.math.FastNoiseLite;

View File

@ -1,3 +1,4 @@
import org.apache.commons.math3.util.FastMath;
import org.junit.jupiter.api.Test;
import org.polydev.gaea.math.FastNoiseLite;