mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-05-05 20:33:25 +02:00
Fixed space width for horizontal scrolling text last paragraph line.
This commit is contained in:
@@ -567,7 +567,7 @@ void ReloadableScrollingText::draw( )
|
||||
}
|
||||
else
|
||||
{
|
||||
rect.x += static_cast<int>( spaceWidth * scale * scaleX_ );
|
||||
rect.x += static_cast<int>( spaceWidth );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user