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; } }