Fix NullTexData too small

This commit is contained in:
PJB3005
2026-03-16 15:44:36 +01:00
parent ba0468860c
commit 5739a902e3
+4
View File
@@ -17,7 +17,11 @@ Vec J3DSys::mParentS;
J3DTexCoordScaleInfo J3DSys::sTexCoordScaleTable[8];
#if TARGET_PC // Original game bug, array is too small.
static u8 NullTexData[0x20] ATTRIBUTE_ALIGN(32) = {0};
#else
static u8 NullTexData[0x10] ATTRIBUTE_ALIGN(32) = {0};
#endif
static Mtx j3dIdentityMtx = {
1.0f, 0.0f, 0.0f, 0.0f,