mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Apply patch to fix bug 1013419
This commit is contained in:
parent
19cb1e5230
commit
3f4195616a
@ -1378,7 +1378,7 @@ assemble_row(TextAssembler::TextRow &row,
|
|||||||
|
|
||||||
if (character == ' ') {
|
if (character == ' ') {
|
||||||
// A space is a special case.
|
// A space is a special case.
|
||||||
xpos += font->get_space_advance();
|
xpos += properties->get_glyph_scale() * properties->get_text_scale() * font->get_space_advance();
|
||||||
|
|
||||||
} else if (character == '\t') {
|
} else if (character == '\t') {
|
||||||
// So is a tab character.
|
// So is a tab character.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user