mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
* refactor: rename SendImagePart to SendImageFirstPart since this is more descriptive of its actual function
This commit is contained in:
@@ -704,7 +704,7 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
|
||||
{
|
||||
}
|
||||
|
||||
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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user