chore: make XModelCommon use offset instead of pointer

This commit is contained in:
Jan
2024-09-05 21:19:38 +02:00
parent d45f0ffab7
commit f8b5734f86
8 changed files with 41 additions and 36 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ struct XModelVertexBoneWeightCollection
struct XModelVertexBoneWeights
{
const XModelBoneWeight* weights;
unsigned weightOffset;
unsigned weightCount;
};