diff options
author | ubit | 2012-08-16 16:13:38 +0200 |
---|---|---|
committer | ubit | 2012-08-16 16:13:38 +0200 |
commit | d09fa0d76eae44381b81757c73a516db768e02a1 (patch) | |
tree | bac56c76bdf8619a36b5aad473e760e3892a8da5 /OpenSim/Framework/IClientAPI.cs | |
parent | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff) | |
parent | Merge branch 'master' into careminster (diff) | |
download | opensim-SC-d09fa0d76eae44381b81757c73a516db768e02a1.zip opensim-SC-d09fa0d76eae44381b81757c73a516db768e02a1.tar.gz opensim-SC-d09fa0d76eae44381b81757c73a516db768e02a1.tar.bz2 opensim-SC-d09fa0d76eae44381b81757c73a516db768e02a1.tar.xz |
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
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 | ||