diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-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 38e7a12..af9b7eb 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -2667,7 +2667,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
2667 | SendCollisionSound(CollisionSound, CollisionSoundVolume); | 2667 | SendCollisionSound(CollisionSound, CollisionSoundVolume); |
2668 | else | 2668 | else |
2669 | { | 2669 | { |
2670 | // default sounds | 2670 | CollisionSounds.PartCollisionSound(this, startedColliders); |
2671 | } | 2671 | } |
2672 | } | 2672 | } |
2673 | 2673 | ||