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