diff options
author | MW | 2007-06-10 13:14:46 +0000 |
---|---|---|
committer | MW | 2007-06-10 13:14:46 +0000 |
commit | 6cfad7ff14b78ce4e817aa130861a2cd179edfb3 (patch) | |
tree | 0cc869e31fc65f519cc10adf026672f0cac39b8e /Common/OpenSim.Framework | |
parent | allows the texture of the created/sent primitive to be set. (diff) | |
download | opensim-SC_OLD-6cfad7ff14b78ce4e817aa130861a2cd179edfb3.zip opensim-SC_OLD-6cfad7ff14b78ce4e817aa130861a2cd179edfb3.tar.gz opensim-SC_OLD-6cfad7ff14b78ce4e817aa130861a2cd179edfb3.tar.bz2 opensim-SC_OLD-6cfad7ff14b78ce4e817aa130861a2cd179edfb3.tar.xz |
a few bug fixes
Diffstat (limited to 'Common/OpenSim.Framework')
-rw-r--r-- | Common/OpenSim.Framework/Interfaces/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs index 871b8fd..719c634 100644 --- a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs +++ b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs | |||
@@ -102,6 +102,6 @@ namespace OpenSim.Framework.Interfaces | |||
102 | void InformClientOfNeighbour(ulong neighbourHandle, System.Net.IPAddress neighbourIP, ushort neighbourPort); | 102 | void InformClientOfNeighbour(ulong neighbourHandle, System.Net.IPAddress neighbourIP, ushort neighbourPort); |
103 | AgentCircuitData RequestClientInfo(); | 103 | AgentCircuitData RequestClientInfo(); |
104 | 104 | ||
105 | void SendPrimitiveToClient(PrimData primData, LLVector3 pos, LLUUID textureID); | 105 | void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, PrimData primData, LLVector3 pos, LLUUID textureID); |
106 | } | 106 | } |
107 | } | 107 | } |