Fixed typo
This commit is contained in:
parent
ad6b5fe191
commit
db8eadbd9d
@ -103,7 +103,7 @@ class Perlin_Noise():
|
||||
self.octave = octave
|
||||
self.magic = 3.141592653589 # Axis offset, should be (kinda) irrational
|
||||
# We want to genrate samples, that approx ~N(0,1)
|
||||
self.normal_factor = 14.99
|
||||
self.normal_factor = 14/99
|
||||
self.clear_cache_every = 128
|
||||
self.reset()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user