From 73ebfb9faec8572df4ab9bdd2d7053211c367d24 Mon Sep 17 00:00:00 2001 From: robojumper Date: Sun, 27 Apr 2025 07:59:03 +0200 Subject: JPAResourceManager OK --- src/JSystem/JParticle/JPAResourceManager.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/JSystem') diff --git a/src/JSystem/JParticle/JPAResourceManager.cpp b/src/JSystem/JParticle/JPAResourceManager.cpp index 5b6fe662..aa7ae31b 100644 --- a/src/JSystem/JParticle/JPAResourceManager.cpp +++ b/src/JSystem/JParticle/JPAResourceManager.cpp @@ -43,12 +43,12 @@ bool JPAResourceManager::checkUserIndexDuplication(u16 usrIdx) const { /* 80273EEC-80273F8C 26E82C 00A0+00 0/0 2/2 0/0 .text * swapTexture__18JPAResourceManagerFPC7ResTIMGPCc */ -const ResTIMG* JPAResourceManager::swapTexture(ResTIMG const* img, char const* swapName) { - const ResTIMG* ret = NULL; +const EGG::ResTIMG* JPAResourceManager::swapTexture(EGG::ResTIMG const* img, char const* swapName) { + const EGG::ResTIMG* ret = NULL; for (s32 i = 0; i < mTexNum; i++) { if (strcmp(swapName, mpTexArr[i]->getName()) == 0) { - JUTTexture* tex = mpTexArr[i]->getJUTTexture(); + EGG::Texture* tex = mpTexArr[i]->getJUTTexture(); ret = tex->getTexInfo(); tex->storeTIMG(img, (u8)0); break; -- cgit v1.2.3