mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-24 08:58:19 +00:00
Cleanup & Add bedrock option
This commit is contained in:
@@ -54,7 +54,7 @@ public class CNG
|
||||
|
||||
public ProceduralStream<Double> stream(double min, double max)
|
||||
{
|
||||
return new FittedStream(stream(), min, max);
|
||||
return new FittedStream<Double>(stream(), min, max);
|
||||
}
|
||||
|
||||
public static CNG signature(RNG rng)
|
||||
|
||||
Reference in New Issue
Block a user