aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-15 14:56:58 +0000
committerJustin Clarke Casey2008-10-15 14:56:58 +0000
commit063ba29ff8e6fa6982203d74b0c3ad75342490e8 (patch)
treeafdb0283dded84402c20801b331c71a1e5969728 /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parent* Create a new ViewerEffectPacket for each viewer rather than reusing the pac... (diff)
downloadopensim-SC_OLD-063ba29ff8e6fa6982203d74b0c3ad75342490e8.zip
opensim-SC_OLD-063ba29ff8e6fa6982203d74b0c3ad75342490e8.tar.gz
opensim-SC_OLD-063ba29ff8e6fa6982203d74b0c3ad75342490e8.tar.bz2
opensim-SC_OLD-063ba29ff8e6fa6982203d74b0c3ad75342490e8.tar.xz
* refactor: rename SendImagePart to SendImageFirstPart since this is more descriptive of its actual function
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 6a011b4..4c68fae 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -2603,7 +2603,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
2603 OutPacket(newPack, ThrottleOutPacketType.Asset); 2603 OutPacket(newPack, ThrottleOutPacketType.Asset);
2604 } 2604 }
2605 2605
2606 public void SendImagePart(ushort numParts, UUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec) 2606 public void SendImageFirstPart(
2607 ushort numParts, UUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec)
2607 { 2608 {
2608 ImageDataPacket im = new ImageDataPacket(); 2609 ImageDataPacket im = new ImageDataPacket();
2609 im.Header.Reliable = false; 2610 im.Header.Reliable = false;