diff options
author | Diva Canto | 2016-05-16 19:36:20 -0700 |
---|---|---|
committer | Diva Canto | 2016-05-16 19:36:20 -0700 |
commit | 9e21647011ee733cc244ea948e5beabba13e4cd3 (patch) | |
tree | cbe40474093742a1d8775636ed5af8428f73ca85 /OpenSim/Region/Framework/Scenes/SceneGraph.cs | |
parent | Fix crash due to setting Thread.name after thread start. (diff) | |
download | opensim-SC-9e21647011ee733cc244ea948e5beabba13e4cd3.zip opensim-SC-9e21647011ee733cc244ea948e5beabba13e4cd3.tar.gz opensim-SC-9e21647011ee733cc244ea948e5beabba13e4cd3.tar.bz2 opensim-SC-9e21647011ee733cc244ea948e5beabba13e4cd3.tar.xz |
Mantis #7878 -- Landmarks were not being created in HGSuitcaseInventory
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneGraph.cs')
-rwxr-xr-x | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index 2ecb55b..f9f795f 100755 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -219,6 +219,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
219 | // position). | 219 | // position). |
220 | // | 220 | // |
221 | // Therefore, JointMoved and JointDeactivated events will be fired as a result of the following Simulate(). | 221 | // Therefore, JointMoved and JointDeactivated events will be fired as a result of the following Simulate(). |
222 | |||
222 | return PhysicsScene.Simulate((float)elapsed); | 223 | return PhysicsScene.Simulate((float)elapsed); |
223 | } | 224 | } |
224 | 225 | ||