From 81dcf223bf2c564423d2c5c101ea95b6d79c6eab Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 20 Nov 2008 16:58:40 +0000 Subject: * Add enough infrastructure code to run an extremely basic and flaky add root agent scene test --- OpenSim/Region/Environment/Scenes/Scene.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs') 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 public PhysicsScene PhysicsScene { set { m_sceneGraph.PhysicsScene = value; } - get { return (m_sceneGraph.PhysicsScene); } + get { return m_sceneGraph.PhysicsScene; } } // This gets locked so things stay thread safe. -- cgit v1.1