aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 3a0bbc3..436b24e 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -191,6 +191,11 @@ namespace OpenSim.Region.Environment.Scenes
191 get { return m_authenticateHandler; } 191 get { return m_authenticateHandler; }
192 } 192 }
193 193
194 public SceneGraph SceneContents
195 {
196 get { return m_sceneGraph; }
197 }
198
194 // an instance to the physics plugin's Scene object. 199 // an instance to the physics plugin's Scene object.
195 public PhysicsScene PhysicsScene 200 public PhysicsScene PhysicsScene
196 { 201 {