Fix a typo
This commit is contained in:
parent
cded38dad8
commit
4a6b04d306
1 changed files with 1 additions and 1 deletions
|
@ -1027,7 +1027,7 @@ static Glyph* GetGlyph(Font *font, unsigned long unicode_value)
|
||||||
glyph_pointer = &glyph->next;
|
glyph_pointer = &glyph->next;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Couldn't find glyph - overwrite the old at the end.
|
// Couldn't find glyph - overwrite the old one at the end.
|
||||||
// The one at the end hasn't been used in a while anyway.
|
// The one at the end hasn't been used in a while anyway.
|
||||||
|
|
||||||
#ifdef FREETYPE_FONTS
|
#ifdef FREETYPE_FONTS
|
||||||
|
|
Loading…
Add table
Reference in a new issue