From 05288b3e706b429735e596d7db08693bb2f60436 Mon Sep 17 00:00:00 2001 From: Sasha Szpakowski Date: Sat, 6 Jul 2024 15:39:26 -0300 Subject: [PATCH] fix build --- src/modules/graphics/Font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/graphics/Font.cpp b/src/modules/graphics/Font.cpp index f2b20f4a6..3c7c93593 100644 --- a/src/modules/graphics/Font.cpp +++ b/src/modules/graphics/Font.cpp @@ -308,7 +308,7 @@ const Font::Glyph &Font::addGlyph(love::font::TextShaper::GlyphIndex glyphindex) // Extrude the quad borders by 1 pixel. We have an extra pixel of // transparent padding in the texture atlas, so the quad extrusion will // add some antialiasing at the edges of the quad. - int o = 1; + float o = 1; // 0---2 // | / |