aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/BulletS/BSScene.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/PhysicsModules/BulletS/BSScene.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/PhysicsModules/BulletS/BSScene.cs b/OpenSim/Region/PhysicsModules/BulletS/BSScene.cs
index ee57f0c..7ff0a07 100644
--- a/OpenSim/Region/PhysicsModules/BulletS/BSScene.cs
+++ b/OpenSim/Region/PhysicsModules/BulletS/BSScene.cs
@@ -351,12 +351,12 @@ namespace OpenSim.Region.PhysicsModule.BulletS
351 if (BSParam.UseSeparatePhysicsThread) 351 if (BSParam.UseSeparatePhysicsThread)
352 { 352 {
353 // The physics simulation should happen independently of the heartbeat loop 353 // The physics simulation should happen independently of the heartbeat loop
354 m_physicsThread 354 m_physicsThread
355 = WorkManager.StartThread( 355 = WorkManager.StartThread(
356 BulletSPluginPhysicsThread, 356 BulletSPluginPhysicsThread,
357 string.Format("{0} ({1})", BulletEngineName, RegionName), 357 string.Format("{0} ({1})", BulletEngineName, RegionName),
358 ThreadPriority.Normal, 358 ThreadPriority.Normal,
359 true, 359 true,
360 true); 360 true);
361 } 361 }
362 } 362 }