Skip to content

Commit

Permalink
Fix mount scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
AsgardXIV committed Jan 10, 2023
1 parent 8710427 commit 72e32ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Anamnesis/Memory/ActorMemory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public enum CharacterFlagDefs : byte
}

[Bind(0x008D)] public byte SubKind { get; set; }
[Bind(0x00B4)] public float Scale { get; set; } // TODO: Confirm this is accurate
[Bind(0x00C4)] public float Scale { get; set; }
[Bind(0x0100, BindFlags.Pointer)] public ActorModelMemory? ModelObject { get; set; }
[Bind(0x01B4, BindFlags.ActorRefresh)] public int ModelType { get; set; }
[Bind(0x01E0)] public byte ClassJob { get; set; }
Expand Down

0 comments on commit 72e32ab

Please sign in to comment.