mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-01-25 09:23:03 +00:00
fix: wrong XQuat structs for iw3,t5
This commit is contained in:
@@ -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