Fix T5 command and alignment errors

This commit is contained in:
Jan
2021-05-13 18:53:38 +02:00
parent 8bd225afca
commit 224da79cf4
3 changed files with 5 additions and 4 deletions

View File

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