diff options
author | UbitUmarov | 2015-09-08 17:02:44 +0100 |
---|---|---|
committer | UbitUmarov | 2015-09-08 17:02:44 +0100 |
commit | 774c42e7fbdb6ede57e2651bc25a1a839d73a855 (patch) | |
tree | d3fb979905839f4d248d23b7666bf44a2bbcacbd /OpenSim/Region/Framework/Scenes | |
parent | fix some compile (diff) | |
download | opensim-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-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 |