diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index a9014e1..f37ba25 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -193,7 +193,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
193 | public PhysicsScene PhysicsScene | 193 | public PhysicsScene PhysicsScene |
194 | { | 194 | { |
195 | set { m_sceneGraph.PhysicsScene = value; } | 195 | set { m_sceneGraph.PhysicsScene = value; } |
196 | get { return (m_sceneGraph.PhysicsScene); } | 196 | get { return m_sceneGraph.PhysicsScene; } |
197 | } | 197 | } |
198 | 198 | ||
199 | // This gets locked so things stay thread safe. | 199 | // This gets locked so things stay thread safe. |