klangner / mapgen.rs

Map generator for games.
https://klangner.github.io/mapgen.rs/
Apache License 2.0
44 stars 5 forks source link

usize can panic when overflow. Replace with ints? #39

Closed klangner closed 2 months ago

klangner commented 3 years ago

When we call function which expect usize with 0-1 like. It will blow up app.

klangner commented 2 months ago

usize replaced with u32