diff options
author | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
---|---|---|
committer | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
commit | b16abc8166c29585cb76cc55c3bdd76e5833cb4f (patch) | |
tree | 6a34f465a74b7a3a6dc00a3d7aa8dcc25ac3e3a5 /OpenSim/Region/PhysicsModules/BulletS/BSScene.cs | |
parent | Make it possible to disable the bakes module in the way it is described in co... (diff) | |
download | opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.zip opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.gz opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.bz2 opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.xz |
Massive tab and trailing space cleanup
Diffstat (limited to 'OpenSim/Region/PhysicsModules/BulletS/BSScene.cs')
-rw-r--r-- | OpenSim/Region/PhysicsModules/BulletS/BSScene.cs | 10 |
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 | } |