diff options
author | SignpostMarv | 2012-10-05 14:14:01 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-10-29 23:38:57 +0000 |
commit | 1d47bcb6b6838500fa9b80d441a8b87ceaf0e01c (patch) | |
tree | 012790f05e41d75db8a3176327899f064992d9be /OpenSim/Region/Framework | |
parent | refactoring thisSpGain in PlayAttachedSound as it was previously using two ty... (diff) | |
download | opensim-SC_OLD-1d47bcb6b6838500fa9b80d441a8b87ceaf0e01c.zip opensim-SC_OLD-1d47bcb6b6838500fa9b80d441a8b87ceaf0e01c.tar.gz opensim-SC_OLD-1d47bcb6b6838500fa9b80d441a8b87ceaf0e01c.tar.bz2 opensim-SC_OLD-1d47bcb6b6838500fa9b80d441a8b87ceaf0e01c.tar.xz |
stripping whitespace from ISoundModule, formatting SoundModuleNonShared.cs
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/ISoundModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ISoundModule.cs b/OpenSim/Region/Framework/Interfaces/ISoundModule.cs index 4c558cc..945029f 100644 --- a/OpenSim/Region/Framework/Interfaces/ISoundModule.cs +++ b/OpenSim/Region/Framework/Interfaces/ISoundModule.cs | |||
@@ -35,7 +35,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
35 | float MaxDistance { get; } | 35 | float MaxDistance { get; } |
36 | 36 | ||
37 | void PlayAttachedSound(UUID soundID, UUID ownerID, UUID objectID, double gain, Vector3 position, byte flags, float radius); | 37 | void PlayAttachedSound(UUID soundID, UUID ownerID, UUID objectID, double gain, Vector3 position, byte flags, float radius); |
38 | 38 | ||
39 | void TriggerSound( | 39 | void TriggerSound( |
40 | UUID soundId, UUID ownerID, UUID objectID, UUID parentID, double gain, Vector3 position, UInt64 handle, float radius); | 40 | UUID soundId, UUID ownerID, UUID objectID, UUID parentID, double gain, Vector3 position, UInt64 handle, float radius); |
41 | } | 41 | } |