diff options
author | Justin Clarke Casey | 2008-10-15 14:56:58 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-15 14:56:58 +0000 |
commit | 063ba29ff8e6fa6982203d74b0c3ad75342490e8 (patch) | |
tree | afdb0283dded84402c20801b331c71a1e5969728 /OpenSim/Region/Environment/Modules/World | |
parent | * Create a new ViewerEffectPacket for each viewer rather than reusing the pac... (diff) | |
download | opensim-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 'OpenSim/Region/Environment/Modules/World')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs index 0143f2c..627785c 100644 --- a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | |||
@@ -704,7 +704,7 @@ namespace OpenSim.Region.Environment.Modules.World.NPC | |||
704 | { | 704 | { |
705 | } | 705 | } |
706 | 706 | ||
707 | public void SendImagePart(ushort numParts, UUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec) | 707 | public void SendImageFirstPart(ushort numParts, UUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec) |
708 | { | 708 | { |
709 | } | 709 | } |
710 | 710 | ||