1
0
mirror of https://github.com/td512/re3.git synced 2026-03-06 22:39:15 +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();