mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:04:06 +00:00
423ba82837
Now that size uses float when emulating positioning, it was getting a different value, like 0.008. This commit fixed that issue by using std::floor to remove small noise. Symmetrical for LEFT with std::ceil.