mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-08 10:35:50 -04:00
Revert change to J3DMaterial::needsInterpCallBack()
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user