aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes
diff options
context:
space:
mode:
authorUbitUmarov2015-09-08 17:02:44 +0100
committerUbitUmarov2015-09-08 17:02:44 +0100
commit774c42e7fbdb6ede57e2651bc25a1a839d73a855 (patch)
treed3fb979905839f4d248d23b7666bf44a2bbcacbd /OpenSim/Region/Framework/Scenes
parent fix some compile (diff)
downloadopensim-SC-774c42e7fbdb6ede57e2651bc25a1a839d73a855.zip
opensim-SC-774c42e7fbdb6ede57e2651bc25a1a839d73a855.tar.gz
opensim-SC-774c42e7fbdb6ede57e2651bc25a1a839d73a855.tar.bz2
opensim-SC-774c42e7fbdb6ede57e2651bc25a1a839d73a855.tar.xz
fix some compile
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rwxr-xr-xOpenSim/Region/Framework/Scenes/Scene.cs2
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