From 113f632a021d2695570759a436a9e17cb395f7ac Mon Sep 17 00:00:00 2001 From: Irastris Date: Mon, 7 Sep 2026 00:25:01 -0400 Subject: [PATCH] Revert change to J3DMaterial::needsInterpCallBack() --- libs/JSystem/src/J3DGraphBase/J3DMaterial.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/JSystem/src/J3DGraphBase/J3DMaterial.cpp b/libs/JSystem/src/J3DGraphBase/J3DMaterial.cpp index ac3b393c81..48d4731ed9 100644 --- a/libs/JSystem/src/J3DGraphBase/J3DMaterial.cpp +++ b/libs/JSystem/src/J3DGraphBase/J3DMaterial.cpp @@ -373,10 +373,6 @@ s32 J3DMaterial::newSingleSharedDisplayList(u32 dlSize) { #if TARGET_PC bool J3DMaterial::needsInterpCallBack() const { - if (mMaterialAnm != NULL) { - return true; - } - for (int i = 0, n = getTexGenNum(); i < n; i++) { J3DTexMtx* pTexMtx = mTexGenBlock->getTexMtx(i); if (pTexMtx != NULL) {