diff options
Diffstat (limited to 'OpenSim/Region/Physics')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSScene.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs index 338593f..a46c241 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs | |||
@@ -862,9 +862,10 @@ public sealed class BSScene : PhysicsScene, IPhysicsParameters | |||
862 | DetailLog("{0},BulletSPluginPhysicsThread,longerThanRealtime={1}", BSScene.DetailLogZero, simulationTimeVsRealtimeDifferenceMS); | 862 | DetailLog("{0},BulletSPluginPhysicsThread,longerThanRealtime={1}", BSScene.DetailLogZero, simulationTimeVsRealtimeDifferenceMS); |
863 | } | 863 | } |
864 | 864 | ||
865 | if (BSParam.UseSeparatePhysicsThread) | 865 | Watchdog.UpdateThread(); |
866 | Watchdog.UpdateThread(); | ||
867 | } | 866 | } |
867 | |||
868 | Watchdog.RemoveThread(); | ||
868 | } | 869 | } |
869 | 870 | ||
870 | #endregion // Simulation | 871 | #endregion // Simulation |