mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
Fix T5 command and alignment errors
This commit is contained in:
@ -1129,7 +1129,7 @@ namespace T5
|
||||
int sequence;
|
||||
};
|
||||
|
||||
struct SndIndexEntry
|
||||
struct type_align(4) SndIndexEntry
|
||||
{
|
||||
uint16_t value;
|
||||
uint16_t next;
|
||||
@ -1284,7 +1284,7 @@ namespace T5
|
||||
int partitionIndex;
|
||||
};
|
||||
|
||||
struct CollisionAabbTree
|
||||
struct type_align(16) CollisionAabbTree
|
||||
{
|
||||
float origin[3];
|
||||
uint16_t materialIndex;
|
||||
|
Reference in New Issue
Block a user