Reset the the _lineSpacing to 0.0f to fix the line spacing when word wrapping takes place
This commit is contained in:
parent
53be383843
commit
f8253ca4bd
@ -39,7 +39,7 @@ TextBase::TextBase():
|
||||
_characterSizeMode(OBJECT_COORDS),
|
||||
_maximumWidth(0.0f),
|
||||
_maximumHeight(0.0f),
|
||||
_lineSpacing(1.0f),
|
||||
_lineSpacing(0.0f),
|
||||
_alignment(BASE_LINE),
|
||||
_axisAlignment(XY_PLANE),
|
||||
_autoRotateToScreen(false),
|
||||
|
Loading…
Reference in New Issue
Block a user