mirror of
https://github.com/Minecraft-Community-Edition/client.git
synced 2026-06-23 16:55:34 +00:00
Merge remote-tracking branch 'origin/main' into kb-mouse-networking-coah
i hate the government and everyone in it
This commit is contained in:
@@ -1490,7 +1490,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
|
||||
|
||||
Reference in New Issue
Block a user