noise-rs icon indicating copy to clipboard operation
noise-rs copied to clipboard

Open Simplex unwrap

Open TheDan64 opened this issue 5 months ago • 0 comments

thread '<unnamed>' panicked at C:\Users\dkolsoi\.cargo\registry\src\index.crates.io-6f17d22bba15001f\noise-0.8.2\src\core\open_simplex.rs:190:18:
called `Option::unwrap()` on a `None` value

Which points to: https://github.com/Razaekel/noise-rs/blob/7fc78b5a2b046c9589f933e255d87539af2fefe9/src/core/open_simplex.rs#L190 and https://github.com/Razaekel/noise-rs/blob/7fc78b5a2b046c9589f933e255d87539af2fefe9/src/core/open_simplex.rs#L136C59-L136C65

Not sure how to repro, but giving it a shot

TheDan64 avatar Jan 25 '24 23:01 TheDan64