Removed redundant SceneContents property from Scene. It's the same as SceneGraph property.

This commit is contained in:
Dan Lake
2011-11-01 17:20:12 -07:00
parent 3bead3eb50
commit 7c8bfac11b
2 changed files with 1 additions and 6 deletions

View File

@@ -135,7 +135,7 @@ namespace OpenSim.Region.ClientStack.Linden
ItemUpdatedCall = m_Scene.CapsUpdateInventoryItemAsset;
TaskScriptUpdatedCall = m_Scene.CapsUpdateTaskInventoryScriptAsset;
CAPSFetchInventoryDescendents = m_Scene.HandleFetchInventoryDescendentsCAPS;
GetClient = m_Scene.SceneContents.GetControllingClient;
GetClient = m_Scene.SceneGraph.GetControllingClient;
}
/// <summary>