mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-16 01:37:57 -05:00
chore: make XModelCommon use offset instead of pointer
This commit is contained in:
@ -38,7 +38,7 @@ struct XModelVertexBoneWeightCollection
|
||||
|
||||
struct XModelVertexBoneWeights
|
||||
{
|
||||
const XModelBoneWeight* weights;
|
||||
unsigned weightOffset;
|
||||
unsigned weightCount;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user