mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-29 20:19:06 +00:00
Fixes
This commit is contained in:
@@ -13,5 +13,10 @@ public abstract class GenLayer
|
||||
this.rng = rng;
|
||||
}
|
||||
|
||||
public GenLayer()
|
||||
{
|
||||
this(null, null);
|
||||
}
|
||||
|
||||
public abstract double generate(double x, double z);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user