mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
oops some code got in ahead of time
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user