mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 13:45:14 -04:00
daPy_lk_c::dProcTool and daDemo00_c::execute matched, fix up various inlines and template classes, stb OK
This commit is contained in:
@@ -476,7 +476,10 @@ void J3DSkinDeform::deformVtxPos_S16(J3DModel* model) const {
|
||||
|
||||
for (s32 i = 0; i < vtxNum; i++) {
|
||||
Mtx* mtx = mtxArr[model->getModelData()->getDrawMtxFlag(mPosUseMtx[i])];
|
||||
// TODO: this line doesn't compile on debug
|
||||
#ifndef DEBUG
|
||||
J3DPSMulMtxVec(mtx[model->getModelData()->getDrawMtxIndex(mPosUseMtx[i])], &curVtxPos[i], &transformedVtxPos[i]);
|
||||
#endif
|
||||
}
|
||||
|
||||
DCStoreRange(model->getVertexBuffer()->getTransformedVtxPos(0), model->getModelData()->getVtxNum() * sizeof(SVec));
|
||||
|
||||
Reference in New Issue
Block a user