Simply a better way of doing it

This commit is contained in:
GabsPuNs
2026-05-23 16:34:38 -04:00
parent 5a8bc38468
commit 050845cdab
2 changed files with 43 additions and 86 deletions

View File

@@ -1358,10 +1358,7 @@ bool Entity::shouldRenderAtSqrDistance(double distance)
{
/*
if (!app.GetGameSettings(localplayer->GetXboxPad(),eGameSetting_ClassicEntityRender))
{
int maxChunkDistance = 16;
return distance <= maxChunkDistance;
}
return distance <= maxEntityDistance;
else
*/
{