Update Minecraft.Client/Common/UI/UIController.cpp updating preprocessing part

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
SmashedFrenzy16 2026-03-06 15:33:25 +00:00 committed by GitHub
parent 38064f97a1
commit 180d006f4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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