diff options
author | MW | 2007-06-10 13:19:48 +0000 |
---|---|---|
committer | MW | 2007-06-10 13:19:48 +0000 |
commit | ab009fe36a835fcabf0e7c553080f729f0462cac (patch) | |
tree | 26a9302337dd1d8faa2c6bbdda8da7cd4c4d227f /Common/OpenSim.Framework | |
parent | a few bug fixes (diff) | |
download | opensim-SC_OLD-ab009fe36a835fcabf0e7c553080f729f0462cac.zip opensim-SC_OLD-ab009fe36a835fcabf0e7c553080f729f0462cac.tar.gz opensim-SC_OLD-ab009fe36a835fcabf0e7c553080f729f0462cac.tar.bz2 opensim-SC_OLD-ab009fe36a835fcabf0e7c553080f729f0462cac.tar.xz |
Another bug fix
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 719c634..1bf378f 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(ulong regionHandle, ushort timeDilation, PrimData primData, LLVector3 pos, LLUUID textureID); | 105 | void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, PrimData primData, LLVector3 pos, LLUUID textureID); |
106 | } | 106 | } |
107 | } | 107 | } |