mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-05 09:25:54 +00:00
Fix black screen during credits
This commit is contained in:
parent
7c74c01741
commit
579ad052ed
|
@ -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…
Reference in a new issue