oops some code got in ahead of time
parent
0986555765
commit
495b22470d
|
@ -352,9 +352,13 @@ namespace OpenSim.Region.PhysicsModule.BulletS
|
|||
if (BSParam.UseSeparatePhysicsThread)
|
||||
{
|
||||
// The physics simulation should happen independently of the heartbeat loop
|
||||
m_physicsThread = WorkManager.StartThread(
|
||||
m_physicsThread
|
||||
= WorkManager.StartThread(
|
||||
BulletSPluginPhysicsThread,
|
||||
string.Format("{0} ({1})", BulletEngineName, RegionName));
|
||||
string.Format("{0} ({1})", BulletEngineName, RegionName),
|
||||
ThreadPriority.Normal,
|
||||
true,
|
||||
true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue