Skip to content

Commit

Permalink
Fixed camera sig.
Browse files Browse the repository at this point in the history
  • Loading branch information
awgil committed Nov 19, 2024
1 parent 0bdc63e commit f6afa40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vnavmesh/Movement/OverrideCamera.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public bool Enabled
public Angle SpeedV = 360.Degrees(); // per second

private delegate void RMICameraDelegate(CameraEx* self, int inputMode, float speedH, float speedV);
[Signature("40 53 48 83 EC 70 44 0F 29 44 24 ?? 48 8B D9")]
[Signature("E8 ?? ?? ?? ?? EB 05 E8 ?? ?? ?? ?? 44 0F 28 4C 24 ??")]
private Hook<RMICameraDelegate> _rmiCameraHook = null!;

public OverrideCamera()
Expand Down

0 comments on commit f6afa40

Please sign in to comment.