diff options
author | Jeff Ames | 2007-10-30 09:56:29 +0000 |
---|---|---|
committer | Jeff Ames | 2007-10-30 09:56:29 +0000 |
commit | ecb2305a04588a24c738b37121d0d915a6a37b04 (patch) | |
tree | 34fb34431ef189ace026a6cb5f8df1ed7b8a4829 /OpenSim/Framework | |
parent | * Optimized usings (diff) | |
download | opensim-SC_OLD-ecb2305a04588a24c738b37121d0d915a6a37b04.zip opensim-SC_OLD-ecb2305a04588a24c738b37121d0d915a6a37b04.tar.gz opensim-SC_OLD-ecb2305a04588a24c738b37121d0d915a6a37b04.tar.bz2 opensim-SC_OLD-ecb2305a04588a24c738b37121d0d915a6a37b04.tar.xz |
temporary fix for sitting collisions in ODE
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/General/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/General/IClientAPI.cs b/OpenSim/Framework/General/IClientAPI.cs index c7ec514..ec7a69e 100644 --- a/OpenSim/Framework/General/IClientAPI.cs +++ b/OpenSim/Framework/General/IClientAPI.cs | |||
@@ -226,7 +226,7 @@ namespace OpenSim.Framework | |||
226 | 226 | ||
227 | public delegate void UpdateAgent(IClientAPI remoteClient, uint flags, LLQuaternion bodyRotation); | 227 | public delegate void UpdateAgent(IClientAPI remoteClient, uint flags, LLQuaternion bodyRotation); |
228 | 228 | ||
229 | public delegate void AgentRequestSit(IClientAPI remoteClient, LLUUID agentID, LLUUID targetID); | 229 | public delegate void AgentRequestSit(IClientAPI remoteClient, LLUUID agentID, LLUUID targetID, LLVector3 offset); |
230 | 230 | ||
231 | public delegate void AgentSit(IClientAPI remoteClient, LLUUID agentID); | 231 | public delegate void AgentSit(IClientAPI remoteClient, LLUUID agentID); |
232 | 232 | ||