Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Jul 6, 2024
1 parent 248fbb9 commit 05288b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/graphics/Font.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
// | / |
Expand Down

0 comments on commit 05288b3

Please sign in to comment.