Merge pull request #2401 from Irastris/try-fix

Revert change to J3DMaterial::needsInterpCallBack()
This commit is contained in:
TakaRikka
2026-09-07 00:14:14 -07:00
committed by GitHub
@@ -373,10 +373,6 @@ s32 J3DMaterial::newSingleSharedDisplayList(u32 dlSize) {
#if TARGET_PC #if TARGET_PC
bool J3DMaterial::needsInterpCallBack() const { bool J3DMaterial::needsInterpCallBack() const {
if (mMaterialAnm != NULL) {
return true;
}
for (int i = 0, n = getTexGenNum(); i < n; i++) { for (int i = 0, n = getTexGenNum(); i < n; i++) {
J3DTexMtx* pTexMtx = mTexGenBlock->getTexMtx(i); J3DTexMtx* pTexMtx = mTexGenBlock->getTexMtx(i);
if (pTexMtx != NULL) { if (pTexMtx != NULL) {