9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-25 10:09:14 +00:00
This commit is contained in:
Daniel Mills
2021-08-02 20:25:00 -04:00
parent 8c6c1b3ccc
commit 369fdf07e2
3 changed files with 20 additions and 2 deletions

View File

@@ -89,6 +89,8 @@ public class IrisGeneratorStyle {
if (fracture != null) {
cng.fractureWith(fracture.create(rng.nextParallelRNG(2934), data), fracture.getMultiplier());
}
return cng;
}
}