mirror of
https://github.com/halpz/re3.git
synced 2025-12-22 17:42:49 +00:00
CHud cleanup: fixes and cosmetic treatment
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user