Fix black screen during credits
This commit is contained in:
parent
7c74c01741
commit
579ad052ed
1 changed files with 3 additions and 0 deletions
|
@ -798,6 +798,9 @@ CCredits::Render(void)
|
||||||
PrintCreditSpace(1.5f, lineoffset);
|
PrintCreditSpace(1.5f, lineoffset);
|
||||||
PrintCreditSpace(1.5f, lineoffset);
|
PrintCreditSpace(1.5f, lineoffset);
|
||||||
CFont::DrawFonts();
|
CFont::DrawFonts();
|
||||||
|
#ifdef CUTSCENE_BORDERS_SWITCH
|
||||||
|
if (CMenuManager::m_PrefsCutsceneBorders)
|
||||||
|
#endif
|
||||||
if(TheCamera.m_WideScreenOn)
|
if(TheCamera.m_WideScreenOn)
|
||||||
TheCamera.DrawBordersForWideScreen();
|
TheCamera.DrawBordersForWideScreen();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue