mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 10:54:07 +00:00
CHud cleanup: fixes and cosmetic treatment
This commit is contained in:
parent
847720aeae
commit
5a93f67c88
4 changed files with 233 additions and 216 deletions
|
@ -23,8 +23,6 @@ CDraw::CalculateAspectRatio()
|
|||
|
||||
if(FrontEndMenuManager.m_PrefsUseWideScreen)
|
||||
ms_fAspectRatio = 16.0f/9.0f;
|
||||
else if(TheCamera.m_WideScreenOn)
|
||||
ms_fAspectRatio = 1.25f;
|
||||
else
|
||||
ms_fAspectRatio = 4.0f/3.0f;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue