Refresh 11

This commit is contained in:
n64
2020-07-04 11:18:55 -04:00
parent 1275714269
commit 3afbe00a68
47 changed files with 489 additions and 290 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ struct GraphNodeObject
/*0x2C*/ Vec3f scale;
/*0x38*/ struct GraphNodeObject_sub unk38;
/*0x4C*/ struct SpawnInfo *unk4C;
/*0x50*/ void *throwMatrix; // matrix ptr
/*0x50*/ Mat4 *throwMatrix; // matrix ptr
/*0x54*/ Vec3f cameraToObject;
};