mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* Renamed and encapsulated m_sceneGraph as SceneGraph for ccc
This commit is contained in:
@@ -73,7 +73,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
/// The scene graph for this scene
|
||||
/// </value>
|
||||
/// TODO: Possibly stop other classes being able to manipulate this directly.
|
||||
public SceneGraph m_sceneGraph;
|
||||
private SceneGraph m_sceneGraph;
|
||||
|
||||
/// <summary>
|
||||
/// Are we applying physics to any of the prims in this scene?
|
||||
@@ -393,6 +393,15 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
get { return shuttingdown; }
|
||||
}
|
||||
|
||||
/// <value>
|
||||
/// The scene graph for this scene
|
||||
/// </value>
|
||||
/// TODO: Possibly stop other classes being able to manipulate this directly.
|
||||
public SceneGraph SceneGraph
|
||||
{
|
||||
get { return m_sceneGraph; }
|
||||
}
|
||||
|
||||
protected virtual void RegisterDefaultSceneEvents()
|
||||
{
|
||||
IDialogModule dm = RequestModuleInterface<IDialogModule>();
|
||||
|
||||
Reference in New Issue
Block a user