mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 18:49:06 +00:00
Check if shaped gen is flat
This commit is contained in:
@@ -64,4 +64,8 @@ public class IrisShapedGeneratorStyle {
|
||||
public IrisShapedGeneratorStyle(NoiseStyle style) {
|
||||
this.generator = new IrisGeneratorStyle(style);
|
||||
}
|
||||
|
||||
public boolean isFlat() {
|
||||
return min == max || getGenerator().isFlat();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user