aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/J2KImage.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/J2KImage.cs b/OpenSim/Region/ClientStack/LindenUDP/J2KImage.cs
index 5c5292e..276dfbe 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/J2KImage.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/J2KImage.cs
@@ -305,8 +305,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
305 if (m_j2kDecodeModule != null) 305 if (m_j2kDecodeModule != null)
306 { 306 {
307 if (Data == null) 307 if (Data == null)
308 { 308 {
309 J2KDecodedCallback(m_requestedUUID, new OpenJPEG.J2KLayerInfo[0]); 309 J2KDecodedCallback(m_requestedUUID, new OpenJPEG.J2KLayerInfo[0]);
310 } 310 }
311 // Send it off to the jpeg decoder 311 // Send it off to the jpeg decoder
312 m_j2kDecodeModule.decode(m_requestedUUID, Data, J2KDecodedCallback); 312 m_j2kDecodeModule.decode(m_requestedUUID, Data, J2KDecodedCallback);