mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 23:08:05 -05:00
chore: fix xmodel root struct bone trans and quats
This commit is contained in:
@ -672,7 +672,7 @@ namespace T5
|
||||
uint16_t* boneNames;
|
||||
char* parentList;
|
||||
XModelQuat* quats;
|
||||
vec4_t* trans;
|
||||
float* trans;
|
||||
char* partClassification;
|
||||
DObjAnimMat* baseMat;
|
||||
XSurface* surfs;
|
||||
|
@ -616,7 +616,7 @@ namespace T6
|
||||
ScriptString* boneNames;
|
||||
unsigned char* parentList;
|
||||
XModelQuat* quats;
|
||||
vec4_t* trans;
|
||||
float* trans;
|
||||
unsigned char* partClassification;
|
||||
DObjAnimMat* baseMat;
|
||||
XSurface* surfs;
|
||||
|
Reference in New Issue
Block a user