mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +00:00
Fix XModel quats and trans counts not being correct in IW4
This commit is contained in:
parent
af0dc46b31
commit
e0e4fc255a
@ -509,8 +509,8 @@ namespace IW4
|
||||
unsigned int noScalePartBits[6];
|
||||
unsigned __int16* boneNames;
|
||||
char* parentList;
|
||||
__int16* quats;
|
||||
float* trans;
|
||||
__int16(*quats)[4];
|
||||
float(*trans)[3];
|
||||
char* partClassification;
|
||||
DObjAnimMat* baseMat;
|
||||
Material** materialHandles;
|
||||
|
Loading…
x
Reference in New Issue
Block a user