diff options
Diffstat (limited to 'OpenSim/Framework')
-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 e0823b2..4759761 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -113,7 +113,7 @@ namespace OpenSim.Framework | |||
113 | public delegate void ObjectDeselect(uint localID, IClientAPI remoteClient); | 113 | public delegate void ObjectDeselect(uint localID, IClientAPI remoteClient); |
114 | public delegate void ObjectDrop(uint localID, IClientAPI remoteClient); | 114 | public delegate void ObjectDrop(uint localID, IClientAPI remoteClient); |
115 | 115 | ||
116 | public delegate void UpdatePrimFlags(uint localID, Packet packet, IClientAPI remoteClient); | 116 | public delegate void UpdatePrimFlags(uint localID, bool UsePhysics, bool IsTemporary, bool IsPhantom, IClientAPI remoteClient); |
117 | 117 | ||
118 | public delegate void UpdatePrimTexture(uint localID, byte[] texture, IClientAPI remoteClient); | 118 | public delegate void UpdatePrimTexture(uint localID, byte[] texture, IClientAPI remoteClient); |
119 | 119 | ||