diff options
Diffstat (limited to '')
-rwxr-xr-x | OpenSim/Region/Framework/Scenes/Scene.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index c61a23d..dddc31a 100755 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -1523,8 +1523,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
1523 | m_heartbeatThread = null; | 1523 | m_heartbeatThread = null; |
1524 | } | 1524 | } |
1525 | 1525 | ||
1526 | // m_sceneGraph.PreparePhysicsSimulation(); | 1526 | // tell physics to finish building actor |
1527 | 1527 | m_sceneGraph.ProcessPhysicsPreSimulation(); | |
1528 | 1528 | ||
1529 | m_heartbeatThread | 1529 | m_heartbeatThread |
1530 | = WorkManager.StartThread( | 1530 | = WorkManager.StartThread( |