diff --git a/source/core/StarFont.cpp b/source/core/StarFont.cpp index 86262f5..7155d69 100644 --- a/source/core/StarFont.cpp +++ b/source/core/StarFont.cpp @@ -106,7 +106,7 @@ tuple Font::render(String::Char c) { } m_loadedPixelSize = m_pixelSize; - m_loadedChar = m_loadedChar; + m_loadedChar = c; FT_GlyphSlot slot = face->glyph;