Fix unk_ offset of `TransformUpdateIndex#unk_10` -> `unk_0E`

This commit is contained in:
Dragorn421 2021-09-23 18:14:12 +02:00
parent 4a172b7941
commit d9c7eb3a2d
No known key found for this signature in database
GPG Key ID: C182A3A3996E8201
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ typedef struct {
/* 0x0004 */ TransformData* transformData;
/* 0x0008 */ s16* copyValues;
/* 0x000C */ s16 unk_0C;
/* 0x000E */ s16 unk_10;
/* 0x000E */ s16 unk_0E;
} TransformUpdateIndex; // size = 0x10
typedef struct {