From 76324e73d32d76f27c1556e82f5817c0cb351367 Mon Sep 17 00:00:00 2001 From: MW Date: Sun, 10 Jun 2007 13:06:38 +0000 Subject: allows the texture of the created/sent primitive to be set. --- Common/OpenSim.Framework/Interfaces/IClientAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Common/OpenSim.Framework/Interfaces/IClientAPI.cs') diff --git a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs index f11d0ee..871b8fd 100644 --- a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs +++ b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs @@ -102,6 +102,6 @@ namespace OpenSim.Framework.Interfaces void InformClientOfNeighbour(ulong neighbourHandle, System.Net.IPAddress neighbourIP, ushort neighbourPort); AgentCircuitData RequestClientInfo(); - void SendPrimitiveToClient(PrimData primData, LLVector3 pos); + void SendPrimitiveToClient(PrimData primData, LLVector3 pos, LLUUID textureID); } } -- cgit v1.1