Skip to content

Commit c380078

Browse files
committed
gaze
1 parent 009f6a0 commit c380078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ktisis/Structs/Actor/Actor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public struct Actor {
2323

2424
[FieldOffset(0x8D6)] public bool IsHatHidden;
2525

26-
public const int GazeOffset = 0xCE0;
26+
public const int GazeOffset = 0xD00;
2727
[FieldOffset(GazeOffset + 0x10)] public ActorGaze Gaze;
2828

2929
[FieldOffset(0x1AB8)] public uint ModelId;

0 commit comments

Comments
 (0)