Added space after typecast expression
Co-Authored-By: Libin Yang <contact@yanglibin.info>
This commit is contained in:
parent
b6772c5fb1
commit
5358f8ddc9
@ -36,7 +36,7 @@ public class SimplexNoise {
|
|||||||
|
|
||||||
this.octaves[index] = new SimplexNoiseOctave(random.nextInt());
|
this.octaves[index] = new SimplexNoiseOctave(random.nextInt());
|
||||||
this.frequencys[index] = Math.pow(2, index);
|
this.frequencys[index] = Math.pow(2, index);
|
||||||
this.amplitudes[index] = Math.pow(persistence, (double)octaveCount - index);
|
this.amplitudes[index] = Math.pow(persistence, (double) octaveCount - index);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user