Updated 60 fps patch

This commit is contained in:
KiritoDev 2021-05-15 22:52:02 -05:00
parent 70049fe39f
commit 432d8a80cf
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ index b3dc27e2..c46bdf01 100644
/*0x2C*/ Vec3f scale; /*0x2C*/ Vec3f scale;
+ Vec3f prevScale; + Vec3f prevScale;
+ u32 prevScaleTimestamp; + u32 prevScaleTimestamp;
/*0x38*/ struct GraphNodeObject_sub unk38; /*0x38*/ struct GraphNodeObject_sub curAnim;
@@ -134,3 +145,7 @@ struct GraphNodeObject @@ -134,3 +145,7 @@ struct GraphNodeObject
/*0x50*/ Mat4 *throwMatrix; // matrix ptr /*0x50*/ Mat4 *throwMatrix; // matrix ptr
+ Mat4 prevThrowMatrix; + Mat4 prevThrowMatrix;