mirror of https://github.com/axmolengine/axmol.git
commit
867fb18c5d
|
@ -215,7 +215,7 @@ public:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isspace(unicode)) {
|
if (iswspace(unicode)) {
|
||||||
currentPaintPosition += face->glyph->metrics.horiAdvance >> 6;
|
currentPaintPosition += face->glyph->metrics.horiAdvance >> 6;
|
||||||
prevGlyphIndex = glyphIndex;
|
prevGlyphIndex = glyphIndex;
|
||||||
prevCharacter = unicode;
|
prevCharacter = unicode;
|
||||||
|
|
Loading…
Reference in New Issue