diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs index bf915e0..c4b768b 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |||
@@ -5530,7 +5530,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
5530 | } | 5530 | } |
5531 | } | 5531 | } |
5532 | 5532 | ||
5533 | public bool CollisionSoundThrootled(int collisionSoundType) | 5533 | public bool CollisionSoundThrottled(int collisionSoundType) |
5534 | { | 5534 | { |
5535 | double time = m_lastCollisionSoundMS; | 5535 | double time = m_lastCollisionSoundMS; |
5536 | // m_lastCollisionSoundMS = Util.GetTimeStampMS(); | 5536 | // m_lastCollisionSoundMS = Util.GetTimeStampMS(); |