mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 06:44:08 +00:00
Font fixes
This commit is contained in:
parent
8b08098d4e
commit
c193ade58b
2 changed files with 11 additions and 6 deletions
|
@ -1173,8 +1173,10 @@ void CHud::Draw()
|
|||
CFont::SetCentreOn();
|
||||
CFont::SetPropOn();
|
||||
#ifdef CUTSCENE_BORDERS_SWITCH
|
||||
if (!FrontEndMenuManager.m_PrefsCutsceneBorders)
|
||||
if (!FrontEndMenuManager.m_PrefsCutsceneBorders) {
|
||||
CFont::SetDropColor(CRGBA(0, 0, 0, 255));
|
||||
CFont::SetDropShadowPosition(2);
|
||||
}
|
||||
else
|
||||
#endif
|
||||
CFont::SetDropShadowPosition(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue