Skip to content

Commit

Permalink
fix: qte window offset fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nt153133 committed Sep 27, 2024
1 parent ca2342a commit e7abfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helpers/QTEHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static class QTEHelper
public static bool ShouldCheck => DutyManager.InInstance && RaptureAtkUnitManager.GetWindowByName("QTE", true) != null;

public static bool QteOpen => ShouldCheck && WindowOpen;
private static byte Flags(AtkAddonControl control) => Core.Memory.Read<byte>(control.Pointer + 0x182);
private static byte Flags(AtkAddonControl control) => Core.Memory.Read<byte>(control.Pointer + 0x192);

private static Process _process;

Expand Down

0 comments on commit e7abfed

Please sign in to comment.