diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-02-07 23:24:33 +0200 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-02-19 14:16:42 +0200 |
commit | 483e85cbf31e08e3692d2fb267bdaacdd0ed38a4 (patch) | |
tree | dd4940bc371573ec7834b43e834deac626fc4dd2 /indra/newview/llviewermessage.cpp | |
parent | 6d0b0a77eed584c6bcf77f6cd5fdbdbf89a987d7 (diff) |
#3488 Prioritization adjustments
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-rw-r--r-- | indra/newview/llviewermessage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index db91678254..5fd820f91d 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -3333,7 +3333,7 @@ void send_agent_update(bool force_send, bool send_reliable) // we reduce the number of attachments sent to the viewer, thus prioritizing // closer ones. // Todo: revise and remove once server gets distance sorting. - last_draw_disatance_step = llmax((F32)(gAgentCamera.mDrawDistance / 2.f), 64.f); + last_draw_disatance_step = llmax((F32)(gAgentCamera.mDrawDistance / 2.f), 50.f); msg->addF32Fast(_PREHASH_Far, last_draw_disatance_step); } else if (last_draw_disatance_step < gAgentCamera.mDrawDistance) |