mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-13 16:33:03 +00: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