From ecb2305a04588a24c738b37121d0d915a6a37b04 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Tue, 30 Oct 2007 09:56:29 +0000 Subject: temporary fix for sitting collisions in ODE --- OpenSim/Framework/General/IClientAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/General/IClientAPI.cs') 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 public delegate void UpdateAgent(IClientAPI remoteClient, uint flags, LLQuaternion bodyRotation); - public delegate void AgentRequestSit(IClientAPI remoteClient, LLUUID agentID, LLUUID targetID); + public delegate void AgentRequestSit(IClientAPI remoteClient, LLUUID agentID, LLUUID targetID, LLVector3 offset); public delegate void AgentSit(IClientAPI remoteClient, LLUUID agentID); -- cgit v1.1