From 7e3bdebd77680cd6e474d495f6a8bb27ddac2ecd Mon Sep 17 00:00:00 2001 From: daoge_cmd <3523206925@qq.com> Date: Sun, 1 Mar 2026 21:32:42 +0800 Subject: fix: do not use hardcoded screen size --- Minecraft.Client/Common/UI/UIController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Minecraft.Client/Common/UI') diff --git a/Minecraft.Client/Common/UI/UIController.cpp b/Minecraft.Client/Common/UI/UIController.cpp index 241f6835..8c336088 100644 --- a/Minecraft.Client/Common/UI/UIController.cpp +++ b/Minecraft.Client/Common/UI/UIController.cpp @@ -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; -- cgit v1.2.3