aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorSignpostMarv2012-08-15 21:14:39 +0100
committerMelanie2012-08-15 23:51:43 +0100
commit8cd4042f9e87a483de396dba5fa842f17028cb95 (patch)
treee326338a5113f752cfeb6995cea15f08ba24f501 /OpenSim/Framework/IClientAPI.cs
parentMerge branch 'master' into careminster (diff)
downloadopensim-SC_OLD-8cd4042f9e87a483de396dba5fa842f17028cb95.zip
opensim-SC_OLD-8cd4042f9e87a483de396dba5fa842f17028cb95.tar.gz
opensim-SC_OLD-8cd4042f9e87a483de396dba5fa842f17028cb95.tar.bz2
opensim-SC_OLD-8cd4042f9e87a483de396dba5fa842f17028cb95.tar.xz
Implementing PRIM_LINK_TARGET in a non-recursive fashion
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-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 b1f41b8..6be2bd7 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -126,7 +126,7 @@ namespace OpenSim.Framework
126 public delegate void ObjectDrop(uint localID, IClientAPI remoteClient); 126 public delegate void ObjectDrop(uint localID, IClientAPI remoteClient);
127 127
128 public delegate void UpdatePrimFlags( 128 public delegate void UpdatePrimFlags(
129 uint localID, bool UsePhysics, bool IsTemporary, bool IsPhantom,ExtraPhysicsData PhysData, IClientAPI remoteClient); 129 uint localID, bool UsePhysics, bool IsTemporary, bool IsPhantom, ExtraPhysicsData PhysData, IClientAPI remoteClient);
130 130
131 public delegate void UpdatePrimTexture(uint localID, byte[] texture, IClientAPI remoteClient); 131 public delegate void UpdatePrimTexture(uint localID, byte[] texture, IClientAPI remoteClient);
132 132