aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorUbitUmarov2018-04-10 22:24:48 +0100
committerUbitUmarov2018-04-10 22:24:48 +0100
commit90482182e569218af86b20dca24a0792ec7ffaae (patch)
treec4cefff0a6b9f408332c5fbbb6255e5dd0a7555d /OpenSim/Framework/IClientAPI.cs
parent sound radius is a prim prop only set by llSetSoundRadius, fix it in case vie... (diff)
downloadopensim-SC-90482182e569218af86b20dca24a0792ec7ffaae.zip
opensim-SC-90482182e569218af86b20dca24a0792ec7ffaae.tar.gz
opensim-SC-90482182e569218af86b20dca24a0792ec7ffaae.tar.bz2
opensim-SC-90482182e569218af86b20dca24a0792ec7ffaae.tar.xz
sound radius: missing file
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
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);