diff options
author | SignpostMarv | 2012-08-15 21:14:39 +0100 |
---|---|---|
committer | Melanie | 2012-08-15 23:51:43 +0100 |
commit | 8cd4042f9e87a483de396dba5fa842f17028cb95 (patch) | |
tree | e326338a5113f752cfeb6995cea15f08ba24f501 /OpenSim/Framework/IClientAPI.cs | |
parent | Merge branch 'master' into careminster (diff) | |
download | opensim-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.cs | 2 |
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 | ||