Skip to content

Commit

Permalink
fix pattern usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG committed Jan 12, 2024
1 parent f50f680 commit a3f1c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/frameratevigilante.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ public:
}

pattern = hook::pattern("F3 0F 10 05 ? ? ? ? F3 0F 58 C1 F3 0F 11 05 ? ? ? ? EB 36");
static auto f1032790 = *pattern.get_first<float*>(4);
if (!pattern.empty())
{
static auto f1032790 = *pattern.get_first<float*>(4);
struct LoadingTextSpeed
{
void operator()(SafetyHookContext& regs)
Expand Down

0 comments on commit a3f1c5f

Please sign in to comment.