Skip to content

Commit

Permalink
Update Transparency offset
Browse files Browse the repository at this point in the history
  • Loading branch information
chirpxiv committed Oct 3, 2023
1 parent 3b86d7f commit 7d41370
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 @@ -58,7 +58,7 @@ public enum CharacterFlagDefs : byte
[Bind(0x08B8)] public ushort OrnamentId { get; set; }
[Bind(0x0980)] public AnimationMemory? Animation { get; set; }
[Bind(0x1294)] public bool IsMotionEnabled { get; set; }
[Bind(0x1B28)] public float Transparency { get; set; }
[Bind(0x1B2C)] public float Transparency { get; set; }
[Bind(0x13C0)] public byte Voice { get; set; }
[Bind(0x1BB6)] public byte CharacterModeRaw { get; set; }
[Bind(0x1BB7)] public byte CharacterModeInput { get; set; }
Expand Down

0 comments on commit 7d41370

Please sign in to comment.