mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-25 05:41:53 +00:00
fix: wrong XQuat structs for iw3,t5
This commit is contained in:
@ -257,7 +257,7 @@ namespace IW3
|
||||
|
||||
struct type_align(4) XQuat
|
||||
{
|
||||
int16_t value[4];
|
||||
int16_t value[2];
|
||||
};
|
||||
|
||||
union XAnimDynamicIndicesQuat
|
||||
|
@ -387,7 +387,7 @@ namespace T5
|
||||
|
||||
struct type_align(4) XQuat
|
||||
{
|
||||
int16_t value[4];
|
||||
int16_t value[2];
|
||||
};
|
||||
|
||||
union XAnimDynamicIndicesQuat
|
||||
|
Reference in New Issue
Block a user