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

Fixed Simplex, OpenSimplex examples

Open FelixSelter opened this issue 1 year ago • 0 comments

cargo run --example simplex --features="images"

Previously you encountered this error cannot infer the value of const parameter `DIM

It was fixed with a simple cast

FelixSelter avatar Jul 24 '22 09:07 FelixSelter