diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index 459b01e..b3c643d 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -5254,7 +5254,7 @@ SendFullUpdateToClient(remoteClient, Position) ignores position parameter | |||
5254 | { | 5254 | { |
5255 | // subscribe to physics updates. | 5255 | // subscribe to physics updates. |
5256 | pa.OnCollisionUpdate += PhysicsCollision; | 5256 | pa.OnCollisionUpdate += PhysicsCollision; |
5257 | pa.SubscribeEvents(100); // 10 reports per second | 5257 | pa.SubscribeEvents(50); // 20 reports per second |
5258 | } | 5258 | } |
5259 | else | 5259 | else |
5260 | { | 5260 | { |