Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Asek3 committed Mar 3, 2022
1 parent e44a6be commit f7e9885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/repack/joml/sampling/Math.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* @author Kai Burjack
*/
class Math extends com.jozufozu.flywheel.repack.joml.Math {
class Math extends repack.joml.Math {

static final double PI = java.lang.Math.PI;
static final double PI2 = PI * 2.0;
Expand Down

0 comments on commit f7e9885

Please sign in to comment.