diff options
Diffstat (limited to '')
-rwxr-xr-x | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 1b90af4..b4b5869 100755 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -933,7 +933,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
933 | new EventManager.LandObjectRemoved(simDataService.RemoveLandObject); | 933 | new EventManager.LandObjectRemoved(simDataService.RemoveLandObject); |
934 | 934 | ||
935 | m_sceneGraph = new SceneGraph(this); | 935 | m_sceneGraph = new SceneGraph(this); |
936 | m_sceneGraph.PhysicsScene = physicsScene; | 936 | m_sceneGraph.PhysicsScene = PhysicsScene; |
937 | 937 | ||
938 | // If the scene graph has an Unrecoverable error, restart this sim. | 938 | // If the scene graph has an Unrecoverable error, restart this sim. |
939 | // Currently the only thing that causes it to happen is two kinds of specific | 939 | // Currently the only thing that causes it to happen is two kinds of specific |