mantis 9111: make code a bit more resilient to requests for large bit rates

This commit is contained in:
UbitUmarov
2024-02-07 22:12:05 +00:00
parent 4b99381a0d
commit 854f6723ac
6 changed files with 49 additions and 57 deletions

View File

@@ -4790,10 +4790,9 @@ namespace OpenSim.Region.Framework.Scenes
Vector3 offset = new(shiftx, shifty, 0f);
DrawDistance = cAgentData.Far;
m_pos = cAgentData.Position + offset;
CameraPosition = cAgentData.Center + offset;
DrawDistance = cAgentData.Far;
if (cAgentData.ChildrenCapSeeds is not null && cAgentData.ChildrenCapSeeds.Count > 0)
{