From 5ca3ffb155d3d33bf32adf7983fe66b467c8b29a Mon Sep 17 00:00:00 2001 From: TakaRikka Date: Tue, 15 Sep 2026 17:57:43 -0700 Subject: [PATCH] revert d_a_midna change --- src/d/actor/d_a_midna.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d/actor/d_a_midna.cpp b/src/d/actor/d_a_midna.cpp index 83380867dc..f58b6e68d4 100644 --- a/src/d/actor/d_a_midna.cpp +++ b/src/d/actor/d_a_midna.cpp @@ -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; } }