diff options
author | UbitUmarov | 2018-04-10 22:24:48 +0100 |
---|---|---|
committer | UbitUmarov | 2018-04-10 22:24:48 +0100 |
commit | 90482182e569218af86b20dca24a0792ec7ffaae (patch) | |
tree | c4cefff0a6b9f408332c5fbbb6255e5dd0a7555d | |
parent | sound radius is a prim prop only set by llSetSoundRadius, fix it in case vie... (diff) | |
download | opensim-SC-90482182e569218af86b20dca24a0792ec7ffaae.zip opensim-SC-90482182e569218af86b20dca24a0792ec7ffaae.tar.gz opensim-SC-90482182e569218af86b20dca24a0792ec7ffaae.tar.bz2 opensim-SC-90482182e569218af86b20dca24a0792ec7ffaae.tar.xz |
sound radius: missing file
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index a9044d5..f8bf583 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -443,7 +443,7 @@ namespace OpenSim.Framework | |||
443 | public delegate void DeclineCallingCard(IClientAPI remoteClient, UUID transactionID); | 443 | public delegate void DeclineCallingCard(IClientAPI remoteClient, UUID transactionID); |
444 | 444 | ||
445 | public delegate void SoundTrigger( | 445 | public delegate void SoundTrigger( |
446 | UUID soundId, UUID ownerid, UUID objid, UUID parentid, double Gain, Vector3 Position, UInt64 Handle, float radius); | 446 | UUID soundId, UUID ownerid, UUID objid, UUID parentid, double Gain, Vector3 Position, UInt64 Handle); |
447 | 447 | ||
448 | public delegate void StartLure(byte lureType, string message, UUID targetID, IClientAPI client); | 448 | public delegate void StartLure(byte lureType, string message, UUID targetID, IClientAPI client); |
449 | public delegate void TeleportLureRequest(UUID lureID, uint teleportFlags, IClientAPI client); | 449 | public delegate void TeleportLureRequest(UUID lureID, uint teleportFlags, IClientAPI client); |