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 f50f680 commit a3f1c5fCopy full SHA for a3f1c5f
source/frameratevigilante.ixx
@@ -52,9 +52,9 @@ public:
52
}
53
54
pattern = hook::pattern("F3 0F 10 05 ? ? ? ? F3 0F 58 C1 F3 0F 11 05 ? ? ? ? EB 36");
55
- static auto f1032790 = *pattern.get_first<float*>(4);
56
if (!pattern.empty())
57
{
+ static auto f1032790 = *pattern.get_first<float*>(4);
58
struct LoadingTextSpeed
59
60
void operator()(SafetyHookContext& regs)
0 commit comments