make credits text look less shitty on widescreen resolutions

Even though the credits only consist of text, the current credits screen is an image. The image was stretched across the full screen, now the aspect ratio is kept at least.
stable-5.4
Tobias Zwick 2014-01-24 22:56:32 +07:00
parent 0b0fda2732
commit 07536d4ec2
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ void C4StartupAboutDlg::DoBack()
void C4StartupAboutDlg::DrawElement(C4TargetFacet &cgo)
{
C4Startup::Get()->Graphics.fctAboutBG.Draw(cgo, false, 0, 0, true);
C4Startup::Get()->Graphics.fctAboutBG.Draw(cgo, true, 0, 0, true);
}
#ifdef WITH_AUTOMATIC_UPDATE