diff options
author | SignpostMarv | 2012-10-15 14:31:10 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-10-29 23:38:59 +0000 |
commit | e75596524a1d8f1a785d78eccdaf0fa585b703f8 (patch) | |
tree | 0695925adf394aa4107089cb76b4f1d171cd4a43 /OpenSim | |
parent | deduplicating code into a single LoopSound method (diff) | |
download | opensim-SC_OLD-e75596524a1d8f1a785d78eccdaf0fa585b703f8.zip opensim-SC_OLD-e75596524a1d8f1a785d78eccdaf0fa585b703f8.tar.gz opensim-SC_OLD-e75596524a1d8f1a785d78eccdaf0fa585b703f8.tar.bz2 opensim-SC_OLD-e75596524a1d8f1a785d78eccdaf0fa585b703f8.tar.xz |
Formatting SoundModuleNonShared.LoopSound, consistent indentation
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Sound/SoundModuleNonShared.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Sound/SoundModuleNonShared.cs b/OpenSim/Region/CoreModules/World/Sound/SoundModuleNonShared.cs index 6f35a23..6f61c32 100644 --- a/OpenSim/Region/CoreModules/World/Sound/SoundModuleNonShared.cs +++ b/OpenSim/Region/CoreModules/World/Sound/SoundModuleNonShared.cs | |||
@@ -264,7 +264,7 @@ namespace OpenSim.Region.CoreModules.World.Sound | |||
264 | return; | 264 | return; |
265 | 265 | ||
266 | if (isMaster) | 266 | if (isMaster) |
267 | m_host.ParentGroup.LoopSoundMasterPrim = m_host; | 267 | m_host.ParentGroup.LoopSoundMasterPrim = m_host; |
268 | 268 | ||
269 | if (m_host.Sound != UUID.Zero) | 269 | if (m_host.Sound != UUID.Zero) |
270 | StopSound(m_host); | 270 | StopSound(m_host); |