fixed Texture packs being undersized.

This commit is contained in:
LazyByteDev
2026-03-03 22:50:32 -05:00
parent 1f0fddeb97
commit 890626ed5d
4 changed files with 4 additions and 2 deletions

View File

@@ -1477,7 +1477,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