aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client
diff options
context:
space:
mode:
authorZekken <brodycas3@gmail.com>2026-03-03 18:56:16 -0500
committerGitHub <noreply@github.com>2026-03-03 23:56:16 +0000
commitf870ef2a1038ac6137e217aab9e3b38ed2848e51 (patch)
tree2167114c2d95dd69d9c023f4220f84e5eaca3e41 /Minecraft.Client
parentac30f09085cacaa9e4afa201b0c9de9c5727054e (diff)
Fix Texture Pack images in menu (#335)
Diffstat (limited to 'Minecraft.Client')
-rw-r--r--Minecraft.Client/Common/UI/UIController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/Common/UI/UIController.cpp b/Minecraft.Client/Common/UI/UIController.cpp
index 9e4a3202..6ac2f9ba 100644
--- a/Minecraft.Client/Common/UI/UIController.cpp
+++ b/Minecraft.Client/Common/UI/UIController.cpp
@@ -1445,7 +1445,7 @@ GDrawTexture * RADLINK UIController::TextureSubstitutionCreateCallback ( void *
// 4J Stu - All our flash controls that allow replacing textures use a special 64x64 symbol
// Force this size here so that our images don't get scaled wildly
- #if (defined __ORBIS__ || defined _DURANGO )
+ #if (defined __ORBIS__ || defined _DURANGO || defined _WINDOWS64 )
*width = 96;
*height = 96;
#else