Fixed typo

This commit is contained in:
Dominik Moritz Roth 2023-09-08 16:11:49 +02:00
parent ad6b5fe191
commit db8eadbd9d

View File

@ -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()