scemino / engge

Open source remake of Thimbleweed Park's engine
https://scemino.github.io/
MIT License
148 stars 15 forks source link

Floating point number generator is wrong #220

Closed scemino closed 3 years ago

scemino commented 3 years ago

This line calls the integer number generator instead of the floating point one https://github.com/scemino/engge/blob/123bf754be44dad6d1d449d588ffaab2afecbdb6/src/Scripting/_GeneralPack.hpp#L467