diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 3a0bbc3054..436b24eb5a 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs @@ -191,6 +191,11 @@ namespace OpenSim.Region.Environment.Scenes get { return m_authenticateHandler; } } + public SceneGraph SceneContents + { + get { return m_sceneGraph; } + } + // an instance to the physics plugin's Scene object. public PhysicsScene PhysicsScene {