Better fix for mirror crashes

This commit is contained in:
Luke Street
2026-04-21 17:39:53 -06:00
parent d99205ecc6
commit a15d0af139
2 changed files with 5 additions and 1 deletions
+1 -1
+4
View File
@@ -30,6 +30,10 @@ static char* l_arcName = "Mirror";
static char* l_arcName2 = "MR-Table";
dMirror_packet_c::dMirror_packet_c() {
#ifdef TARGET_PC
GXInitTexObj(&mTexObj, nullptr, 0, 0, static_cast<GXTexFmt>(-1), GX_MAX_TEXWRAPMODE,
GX_MAX_TEXWRAPMODE, GX_FALSE);
#endif
reset();
}