aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoropensim mirror account2010-11-09 18:20:05 -0800
committeropensim mirror account2010-11-09 18:20:05 -0800
commita92d0faf5003d65c85c751243487462c4c61c122 (patch)
tree46b6487915ee465a60a18b9a28d3460bd98b60de
parentMerge branch 'master' of /var/git/opensim/ (diff)
parentRemove a debug spam (diff)
downloadopensim-SC-a92d0faf5003d65c85c751243487462c4c61c122.zip
opensim-SC-a92d0faf5003d65c85c751243487462c4c61c122.tar.gz
opensim-SC-a92d0faf5003d65c85c751243487462c4c61c122.tar.bz2
opensim-SC-a92d0faf5003d65c85c751243487462c4c61c122.tar.xz
Merge branch 'master' of /var/git/opensim/
-rw-r--r--OpenSim/Region/CoreModules/World/Sound/SoundModule.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Sound/SoundModule.cs b/OpenSim/Region/CoreModules/World/Sound/SoundModule.cs
index 8df645d..abd28c8 100644
--- a/OpenSim/Region/CoreModules/World/Sound/SoundModule.cs
+++ b/OpenSim/Region/CoreModules/World/Sound/SoundModule.cs
@@ -97,7 +97,6 @@ namespace OpenSim.Region.CoreModules.World.Sound
97 else 97 else
98 gain = (float)((double)gain * ((radius - dis) / radius)); 98 gain = (float)((double)gain * ((radius - dis) / radius));
99 99
100 m_log.DebugFormat("Play sound, gain {0}", gain);
101 sp.ControllingClient.SendPlayAttachedSound(soundID, objectID, ownerID, (float)gain, flags); 100 sp.ControllingClient.SendPlayAttachedSound(soundID, objectID, ownerID, (float)gain, flags);
102 }); 101 });
103 } 102 }