Razaekel / noise-rs

Procedural noise generation library for Rust.
Apache License 2.0
854 stars 120 forks source link

Possible typo in Turbulence docs? #346

Closed afonsolage closed 5 months ago

afonsolage commented 7 months ago

While reading Turbulence docs, I didn't understood what _ means. Is this a typo?

https://github.com/Razaekel/noise-rs/blob/95c6bc435cbafd0e8f90314a34a1484c2a5baa13/src/noise_fns/transformers/turbulence.rs#L6

PrinceOfBorgo commented 7 months ago

It seems so. For some reason _Turbulence_ has been replaced with just _ in this commit.