Add more heap names for debug

This commit is contained in:
Max Roncace
2026-03-20 20:59:50 -04:00
parent 0474db2fdf
commit 3fe39464f1
20 changed files with 44 additions and 15 deletions
@@ -264,7 +264,7 @@ void J3DModelLoader::setupBBoardInfo() {
mpModelData->getJointNodePointer(i)->setMtxType(0);
break;
default:
OSReport("WRONG SHAPE MATRIX TYPE (__FILE__)\n");
OSReport("WRONG SHAPE MATRIX TYPE (%d)\n", r26->mShapeMtxType);
break;
}
}