diff options
author | UbitUmarov | 2016-08-17 20:26:01 +0100 |
---|---|---|
committer | UbitUmarov | 2016-08-17 20:26:01 +0100 |
commit | e9638ee9e90bc596c6c1cb54c58d18e16f3c0481 (patch) | |
tree | f3f2b4bdcf367552fcc7d7b3e9ad0061b92e7ee1 /OpenSim/Region | |
parent | add GetMultiAccounts USER SERVICE HANDLER. UNTESTED !!! (diff) | |
download | opensim-SC-e9638ee9e90bc596c6c1cb54c58d18e16f3c0481.zip opensim-SC-e9638ee9e90bc596c6c1cb54c58d18e16f3c0481.tar.gz opensim-SC-e9638ee9e90bc596c6c1cb54c58d18e16f3c0481.tar.bz2 opensim-SC-e9638ee9e90bc596c6c1cb54c58d18e16f3c0481.tar.xz |
increase physics collisions report rate back to 20/s
Diffstat (limited to '')
-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 | { |