Reformated

This commit is contained in:
Frank 2022-06-08 20:58:41 +02:00
parent fc1da134e7
commit 60e8008cb7
416 changed files with 5772 additions and 4573 deletions

View file

@ -2122,7 +2122,7 @@ public final class OpenSimplexNoise {
dy_ext0,
dz_ext0,
dw_ext0
);
);
}
// Second extra vertex
@ -2138,7 +2138,7 @@ public final class OpenSimplexNoise {
dy_ext1,
dz_ext1,
dw_ext1
);
);
}
// Third extra vertex
@ -2154,7 +2154,7 @@ public final class OpenSimplexNoise {
dy_ext2,
dz_ext2,
dw_ext2
);
);
}
return value / NORM_CONSTANT_4D;