Revert change to J3DMaterial::needsInterpCallBack()

This commit is contained in:
Irastris
2026-09-07 00:25:01 -04:00
parent 83f50329d8
commit 113f632a02
@@ -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) {