Reputeless / PerlinNoise

Header-only Perlin noise library for modern C++ (C++17/C++20)
MIT License
696 stars 76 forks source link

accumulatedOctaveNoise1D error #6

Closed gabrielcfvg closed 3 years ago

gabrielcfvg commented 3 years ago

the accumulatedOctaveNoise1D function uses the discontinued "noise" function, when it should use "noise1D"

Reputeless commented 3 years ago

Fixed. Thanks!