robbmcleod / pyfastnoisesimd

Python module wrapping C++ FastNoiseSIMD
BSD 3-Clause "New" or "Revised" License
39 stars 6 forks source link

Typo in readme breaks example #22

Closed jgostick closed 3 years ago

jgostick commented 3 years ago

In the following line, NoPerturb is spelled wrong:

perlin.perturb.perturbType = fns.PerturbType.NoPertrub  # should be NoPerturb
robbmcleod commented 3 years ago

Fixed, thanks.