simple shadow interp fix

This commit is contained in:
Jasper St. Pierre
2026-04-19 01:14:58 -07:00
parent 8d3cb51157
commit 341e97ba82
2 changed files with 16 additions and 4 deletions
+4
View File
@@ -209,6 +209,10 @@ public:
/* 0x04 */ TGXTexObj* mpTexObj;
/* 0x08 */ Mtx mVolumeMtx;
/* 0x38 */ Mtx mMtx;
#if TARGET_PC
const void* mVolumeMtxKey;
const void* mMtxKey;
#endif
}; // Size: 0x68
struct cBgD_Vtx_t;