From e69c810486e63e8b4398c7b67e84d73154d2dfcf Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Thu, 22 Nov 2007 01:32:13 +0000 Subject: * Added code to capture the draw distance setting from the client. * Added a support function to InnerScene to calculate the distance between two vectors. --- OpenSim/Framework/IClientAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 0e8b82d..05adf22 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -237,7 +237,7 @@ namespace OpenSim.Framework public delegate void NewAvatar(IClientAPI remoteClient, LLUUID agentID, bool status); - public delegate void UpdateAgent(IClientAPI remoteClient, uint flags, LLQuaternion bodyRotation); + public delegate void UpdateAgent(IClientAPI remoteClient, AgentUpdatePacket agentData); public delegate void AgentRequestSit(IClientAPI remoteClient, LLUUID agentID, LLUUID targetID, LLVector3 offset); -- cgit v1.1