Fixed space width for horizontal scrolling text last paragraph line.

This commit is contained in:
Pieter Hulshoff 2016-10-19 08:46:11 +02:00
parent 227ec9d2b6
commit 13e33268fb

View File

@ -567,7 +567,7 @@ void ReloadableScrollingText::draw( )
}
else
{
rect.x += static_cast<int>( spaceWidth * scale * scaleX_ );
rect.x += static_cast<int>( spaceWidth );
}
}