mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
c0a6cf1f0c
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. |
||
---|---|---|
.. | ||
GraphicsUtil.cpp | ||
GraphicsUtil.hpp | ||
SystemUtil.cpp | ||
SystemUtil.hpp | ||
WindowUtil.cpp | ||
WindowUtil.hpp |