mirror of
https://github.com/SFML/SFML.git
synced 2025-02-19 06:39:59 +08:00
Both ApproxVec and ApproxDeg accept a double then convert that to a float just to then convert it back to a double. We can save an extra lossy conversion by just accepting a float instead of a double in the first place.