Add a tweakable for the prim queue preload

This commit is contained in:
Melanie Thielker
2009-05-01 19:33:18 +00:00
parent 52d80249d3
commit 0f721da5f1
4 changed files with 22 additions and 9 deletions

View File

@@ -617,6 +617,7 @@ namespace OpenSim.Region.Framework.Scenes
newAvatar = new ScenePresence(client, m_parentScene, m_regInfo, appearance);
newAvatar.IsChildAgent = true;
newAvatar.MaxPrimsPerFrame = m_parentScene.MaxPrimsPerFrame;
AddScenePresence(newAvatar);