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