revert d_a_midna change

This commit is contained in:
TakaRikka
2026-09-15 17:57:43 -07:00
parent d8de438b44
commit 5ca3ffb155
+1 -1
View File
@@ -512,7 +512,7 @@ int daMidna_c::createHeap() {
if (name != NULL && strcmp(name, "midona_eye") == 0) {
ResTIMG* timg = tex->getResTIMG(i);
timg->mipmapEnabled = false;
tex->initGXTexObj(i);
tex->loadGXTexObj(i);
break;
}
}