mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-15 23:55:24 +00:00
e024f5c88b
Text rendering appeared blurry due to subpixel positioning when using LINEAR filtering. Replaced glyph position calculation with std::ceilf() to ensure integer-aligned drawing coordinates and crisper text.