mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-27 03:24:15 +01:00
fix fix
This commit is contained in:
parent
97cf189d15
commit
e8a10748a4
@ -1176,9 +1176,8 @@ void CHud::Draw()
|
|||||||
if (!FrontEndMenuManager.m_PrefsCutsceneBorders)
|
if (!FrontEndMenuManager.m_PrefsCutsceneBorders)
|
||||||
CFont::SetDropShadowPosition(2);
|
CFont::SetDropShadowPosition(2);
|
||||||
else
|
else
|
||||||
#else
|
|
||||||
CFont::SetDropShadowPosition(0);
|
|
||||||
#endif
|
#endif
|
||||||
|
CFont::SetDropShadowPosition(0);
|
||||||
CFont::SetFontStyle(FONT_LOCALE(FONT_STANDARD));
|
CFont::SetFontStyle(FONT_LOCALE(FONT_STANDARD));
|
||||||
CFont::SetColor(CRGBA(225, 225, 225, 255));
|
CFont::SetColor(CRGBA(225, 225, 225, 255));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user