From 180d006f4d22f04364bfa3d0c640b6f25917b766 Mon Sep 17 00:00:00 2001 From: SmashedFrenzy16 Date: Fri, 6 Mar 2026 15:33:25 +0000 Subject: [PATCH] Update Minecraft.Client/Common/UI/UIController.cpp updating preprocessing part Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- 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 91cce6412..61c64baa0 100644 --- a/Minecraft.Client/Common/UI/UIController.cpp +++ b/Minecraft.Client/Common/UI/UIController.cpp @@ -574,7 +574,7 @@ void UIController::loadSkins() m_iggyLibraries[eLibrary_Default] = loadSkin(L"skin.swf", L"skin.swf"); #endif -#if ( defined(_WINDOWS64) || defined(_DURANGO) || defined(__ORBIS__) ) +#if ( defined(_WIN32) || defined(_DURANGO) || defined(__ORBIS__) ) #if defined(_WIN32) // 4J Stu - Load the 720/480 skins so that we have something to fallback on during development