fix: do not use hardcoded screen size

This commit is contained in:
daoge_cmd
2026-03-01 21:32:42 +08:00
parent 515f8e6fa7
commit 7e3bdebd77
2 changed files with 4 additions and 4 deletions

View File

@@ -176,7 +176,7 @@ UIController::UIController()
#if defined _WINDOWS64 || defined _DURANGO || defined __ORBIS__
m_fScreenWidth = 1920.0f;
m_fScreenHeight = 1080.0f;
m_bScreenWidthSetup = true;
m_bScreenWidthSetup = false;
#else
m_fScreenWidth = 1280.0f;
m_fScreenHeight = 720.0f;