1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-11-05 04:25:55 +00:00

Fix black screen during credits

This commit is contained in:
Sergeanur 2021-02-11 13:30:04 +02:00
parent 7c74c01741
commit 579ad052ed

View file

@ -798,6 +798,9 @@ CCredits::Render(void)
PrintCreditSpace(1.5f, lineoffset);
PrintCreditSpace(1.5f, lineoffset);
CFont::DrawFonts();
#ifdef CUTSCENE_BORDERS_SWITCH
if (CMenuManager::m_PrefsCutsceneBorders)
#endif
if(TheCamera.m_WideScreenOn)
TheCamera.DrawBordersForWideScreen();