J3DShape full match

This commit is contained in:
Jasper St. Pierre
2023-09-23 17:08:08 -07:00
parent 15343897d0
commit 2741687de1
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -853,7 +853,7 @@ config.libs = [
Object(NonMatching, "JSystem/J3DGraphBase/J3DTransform.cpp"),
Object(NonMatching, "JSystem/J3DGraphBase/J3DPacket.cpp"),
Object(NonMatching, "JSystem/J3DGraphBase/J3DShapeMtx.cpp"),
Object(NonMatching, "JSystem/J3DGraphBase/J3DShape.cpp"),
Object(Matching, "JSystem/J3DGraphBase/J3DShape.cpp"),
Object(NonMatching, "JSystem/J3DGraphBase/J3DMaterial.cpp"),
Object(NonMatching, "JSystem/J3DGraphBase/J3DMatBlock.cpp"),
Object(NonMatching, "JSystem/J3DGraphBase/J3DTevs.cpp"),
+3 -1
View File
@@ -152,7 +152,9 @@ void J3DShape::makeVtxArrayCmd() {
mHasNBT = true;
stride[GX_VA_NRM - GX_VA_POS] *= 3;
array[GX_VA_NRM - GX_VA_POS] = mVertexData->getVtxNBTArray();
} else if (vtxDesc->attr == GX_VA_PNMTXIDX && vtxDesc->type != GX_NONE) {
}
if (vtxDesc->attr == GX_VA_PNMTXIDX && vtxDesc->type != GX_NONE) {
mHasPNMTXIdx = true;
}
}