From b39d05267a8680b2063eb94c8bad1d4d57f513fe Mon Sep 17 00:00:00 2001 From: Fayaz Shaikh <61674751+fayaz12g@users.noreply.github.com> Date: Tue, 3 Mar 2026 17:28:37 -0500 Subject: [PATCH] Remove rogue back slash --- Minecraft.Client/Common/UI/UIController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/Common/UI/UIController.cpp b/Minecraft.Client/Common/UI/UIController.cpp index 759ca7af5..23782e351 100644 --- a/Minecraft.Client/Common/UI/UIController.cpp +++ b/Minecraft.Client/Common/UI/UIController.cpp @@ -181,7 +181,7 @@ UIController::UIController() // 4J Stu - This is a bit of a hack until we change the Minecraft initialisation to store the proper screen size for other platforms #if defined _WINDOWS64 || defined _DURANGO || defined __ORBIS__ m_fScreenWidth = 1920.0f; - m_fScreenHeight = 1080.0f;\ + m_fScreenHeight = 1080.0f; aar_Width = 1920.0f; aar_Height = 1080.0f; m_bScreenWidthSetup = false;