Skip to content

Commit

Permalink
DisableQuickSort: temp. disable fix
Browse files Browse the repository at this point in the history
need to add ini option
  • Loading branch information
emoose committed Jan 10, 2025
1 parent 70b7f42 commit bb37e9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/hooks_drawdistance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@ bool DrawDist_ReadExclusions()
return true;
}

/*
class SkipQuickSortHack : public Hook
{
inline static SafetyHookInline DrawStoredModel_Execute_hook = {};
Expand All @@ -361,7 +363,7 @@ class SkipQuickSortHack : public Hook
bool validate() override
{
return true;
return false;
}
bool apply() override
Expand All @@ -378,6 +380,7 @@ class SkipQuickSortHack : public Hook
static SkipQuickSortHack instance;
};
SkipQuickSortHack SkipQuickSortHack::instance;
*/

class DrawDistanceIncrease : public Hook
{
Expand Down

0 comments on commit bb37e9c

Please sign in to comment.