Skip to content

Commit bb37e9c

Browse files
committed
DisableQuickSort: temp. disable fix
need to add ini option
1 parent 70b7f42 commit bb37e9c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/hooks_drawdistance.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,8 @@ bool DrawDist_ReadExclusions()
340340
return true;
341341
}
342342

343+
/*
344+
343345
class SkipQuickSortHack : public Hook
344346
{
345347
inline static SafetyHookInline DrawStoredModel_Execute_hook = {};
@@ -361,7 +363,7 @@ class SkipQuickSortHack : public Hook
361363
362364
bool validate() override
363365
{
364-
return true;
366+
return false;
365367
}
366368
367369
bool apply() override
@@ -378,6 +380,7 @@ class SkipQuickSortHack : public Hook
378380
static SkipQuickSortHack instance;
379381
};
380382
SkipQuickSortHack SkipQuickSortHack::instance;
383+
*/
381384

382385
class DrawDistanceIncrease : public Hook
383386
{

0 commit comments

Comments
 (0)