mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2025-02-05 18:45:49 +01:00
b30d3d86d8
At least on my system floor() and log10() return double, so the other arguments to Clamp() and ClampDn() didn't match anymore, now being float instead of double. I replaced the calls to log10f() and floorf() to avoid any ambiguities.