diff options
author | Melanie | 2012-12-14 03:57:31 +0100 |
---|---|---|
committer | Melanie | 2012-12-14 03:57:31 +0100 |
commit | 1d713bcdb8f63bc8c83a06acc90c2adf5d0d8992 (patch) | |
tree | 1e61c0c72389710bdf48875d38624ee1411a4f08 /OpenSim/Framework/IClientAPI.cs | |
parent | Prevent a failed user relogi from throwing exceptions in poll services (diff) | |
parent | right fix this time ?? (diff) | |
download | opensim-SC-1d713bcdb8f63bc8c83a06acc90c2adf5d0d8992.zip opensim-SC-1d713bcdb8f63bc8c83a06acc90c2adf5d0d8992.tar.gz opensim-SC-1d713bcdb8f63bc8c83a06acc90c2adf5d0d8992.tar.bz2 opensim-SC-1d713bcdb8f63bc8c83a06acc90c2adf5d0d8992.tar.xz |
Merge branch 'ubitwork' into avination
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 f686c60..c9b67de 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -64,7 +64,7 @@ namespace OpenSim.Framework | |||
64 | 64 | ||
65 | public delegate void NetworkStats(int inPackets, int outPackets, int unAckedBytes); | 65 | public delegate void NetworkStats(int inPackets, int outPackets, int unAckedBytes); |
66 | 66 | ||
67 | public delegate void SetAppearance(IClientAPI remoteClient, Primitive.TextureEntry textureEntry, byte[] visualParams); | 67 | public delegate void SetAppearance(IClientAPI remoteClient, Primitive.TextureEntry textureEntry, byte[] visualParams, Vector3 AvSize); |
68 | 68 | ||
69 | public delegate void StartAnim(IClientAPI remoteClient, UUID animID); | 69 | public delegate void StartAnim(IClientAPI remoteClient, UUID animID); |
70 | 70 | ||