Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
commit
b8a71c1195
|
@ -167,7 +167,7 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
SceneObjectPart otherPart = part.ParentGroup.Scene.GetSceneObjectPart(Id);
|
||||
if (otherPart != null)
|
||||
{
|
||||
if (otherPart.CollisionSound == part.invalidCollisionSoundUUID)
|
||||
if (otherPart.CollisionSound == part.invalidCollisionSoundUUID || otherPart.VolumeDetectActive)
|
||||
continue;
|
||||
if (otherPart.CollisionSound != UUID.Zero)
|
||||
otherPart.SendCollisionSound(otherPart.CollisionSound, otherPart.CollisionSoundVolume);
|
||||
|
|
|
@ -3425,7 +3425,7 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
//PhysicsActor.OnRequestTerseUpdate += SendTerseUpdateToAllClients;
|
||||
PhysicsActor.OnCollisionUpdate += PhysicsCollisionUpdate;
|
||||
PhysicsActor.OnOutOfBounds += OutOfBoundsCall; // Called for PhysicsActors when there's something wrong
|
||||
PhysicsActor.SubscribeEvents(500);
|
||||
PhysicsActor.SubscribeEvents(100);
|
||||
PhysicsActor.LocalID = LocalId;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue