diff options
author | Justin Clarke Casey | 2008-11-20 16:58:40 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-20 16:58:40 +0000 |
commit | 81dcf223bf2c564423d2c5c101ea95b6d79c6eab (patch) | |
tree | d631c67957b5ab2d3112ec22c1f14636b0b5d96f /OpenSim/Region/Environment/Scenes/Scene.cs | |
parent | From: Christopher Yeoh <cyeoh@au1.ibm.com> (diff) | |
download | opensim-SC_OLD-81dcf223bf2c564423d2c5c101ea95b6d79c6eab.zip opensim-SC_OLD-81dcf223bf2c564423d2c5c101ea95b6d79c6eab.tar.gz opensim-SC_OLD-81dcf223bf2c564423d2c5c101ea95b6d79c6eab.tar.bz2 opensim-SC_OLD-81dcf223bf2c564423d2c5c101ea95b6d79c6eab.tar.xz |
* Add enough infrastructure code to run an extremely basic and flaky add root agent scene test
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-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. |