chore: make XModelCommon use offset instead of pointer

This commit is contained in:
Jan
2024-07-28 20:46:06 +02:00
parent d45f0ffab7
commit f8b5734f86
8 changed files with 41 additions and 36 deletions

View File

@ -38,7 +38,7 @@ struct XModelVertexBoneWeightCollection
struct XModelVertexBoneWeights
{
const XModelBoneWeight* weights;
unsigned weightOffset;
unsigned weightCount;
};