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 70b7f42 commit bb37e9cCopy full SHA for bb37e9c
src/hooks_drawdistance.cpp
@@ -340,6 +340,8 @@ bool DrawDist_ReadExclusions()
340
return true;
341
}
342
343
+/*
344
+
345
class SkipQuickSortHack : public Hook
346
{
347
inline static SafetyHookInline DrawStoredModel_Execute_hook = {};
@@ -361,7 +363,7 @@ class SkipQuickSortHack : public Hook
361
363
362
364
bool validate() override
365
- return true;
366
+ return false;
367
368
369
bool apply() override
@@ -378,6 +380,7 @@ class SkipQuickSortHack : public Hook
378
380
static SkipQuickSortHack instance;
379
381
};
382
SkipQuickSortHack SkipQuickSortHack::instance;
383
+*/
384
385
class DrawDistanceIncrease : public Hook
386
0 commit comments