Made seed read-only
This commit is contained in:
parent
66ee9f4142
commit
124cac2740
@ -14,7 +14,7 @@ namespace CubicNoise.Noisers
|
||||
private readonly int octave;
|
||||
private readonly int periodX;
|
||||
private readonly int periodY;
|
||||
private int seed;
|
||||
private readonly int seed;
|
||||
|
||||
public CubicNoiseEngine(int seed, Dictionary<IParameterName, int> intParameters)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user