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