mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 18:49:06 +00:00
d
This commit is contained in:
@@ -463,7 +463,9 @@ public enum NoiseStyle {
|
||||
}
|
||||
|
||||
public CNG create(RNG seed) {
|
||||
return f.create(seed).bake();
|
||||
CNG cng = f.create(seed).bake();
|
||||
cng.setLeakStyle(this);
|
||||
return cng;
|
||||
}
|
||||
|
||||
public IrisGeneratorStyle style() {
|
||||
|
||||
Reference in New Issue
Block a user