mirror of https://github.com/axmolengine/axmol.git
Merge pull request #4602 from dumganhar/bmfont-fix
closed #3478: BitmapFontMultiLineAlignment test shows some unneeded 'line break'
This commit is contained in:
commit
0c19081a0b
|
@ -867,6 +867,8 @@ void LabelBMFont::updateLabel()
|
|||
startOfLine = startOfWord;
|
||||
start_line = true;
|
||||
}
|
||||
++i;
|
||||
continue;
|
||||
}
|
||||
|
||||
// Whitespace.
|
||||
|
|
Loading…
Reference in New Issue