mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 23:18:34 +08:00
Removed redundant SceneContents property from Scene. It's the same as SceneGraph property.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user