deform optimized even more

This commit is contained in:
d1str4ught
2026-02-08 07:35:41 +01:00
parent e0be217d3f
commit 9afd6ee906
3 changed files with 140 additions and 94 deletions

View File

@@ -69,7 +69,6 @@ void CGrannyMesh::DeformPNTVertices(void* dstBaseVertices, D3DXMATRIX* boneMatri
boneIndices,
(granny_matrix_4x4 const*)boneMatrices,
sizeof(granny_pwnt3432_vertex),
sizeof(granny_pwnt3432_vertex),
sizeof(granny_pnt332_vertex)
);
}