mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* refactor: rename SendImagePart to SendImageFirstPart since this is more descriptive of its actual function
This commit is contained in:
@@ -2603,7 +2603,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
OutPacket(newPack, ThrottleOutPacketType.Asset);
|
||||
}
|
||||
|
||||
public void SendImagePart(ushort numParts, UUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec)
|
||||
public void SendImageFirstPart(
|
||||
ushort numParts, UUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec)
|
||||
{
|
||||
ImageDataPacket im = new ImageDataPacket();
|
||||
im.Header.Reliable = false;
|
||||
|
||||
Reference in New Issue
Block a user