chore: fix xmodel root struct bone trans and quats

This commit is contained in:
Jan
2024-09-04 22:07:57 +02:00
parent 2687fbf9fd
commit c261aef1ef
7 changed files with 21 additions and 17 deletions

View File

@ -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;