We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009f6a0 commit c380078Copy full SHA for c380078
Ktisis/Structs/Actor/Actor.cs
@@ -23,7 +23,7 @@ public struct Actor {
23
24
[FieldOffset(0x8D6)] public bool IsHatHidden;
25
26
- public const int GazeOffset = 0xCE0;
+ public const int GazeOffset = 0xD00;
27
[FieldOffset(GazeOffset + 0x10)] public ActorGaze Gaze;
28
29
[FieldOffset(0x1AB8)] public uint ModelId;
0 commit comments