diff options
Diffstat (limited to 'source/core')
-rw-r--r-- | source/core/StarFont.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<Image, Vec2I, bool> Font::render(String::Char c) { } m_loadedPixelSize = m_pixelSize; - m_loadedChar = m_loadedChar; + m_loadedChar = c; FT_GlyphSlot slot = face->glyph; |