aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/J2KImage.cs
diff options
context:
space:
mode:
authorTeravus Ovares2009-04-13 23:06:29 +0000
committerTeravus Ovares2009-04-13 23:06:29 +0000
commitab83af03413219ba3bc3c43e92262872dfb148b1 (patch)
tree7637a2b1d630ac9c78bc27bae4763682b509b146 /OpenSim/Region/ClientStack/LindenUDP/J2KImage.cs
parentdon't build the snapshot builds, if you want experimental, you need to (diff)
downloadopensim-SC_OLD-ab83af03413219ba3bc3c43e92262872dfb148b1.zip
opensim-SC_OLD-ab83af03413219ba3bc3c43e92262872dfb148b1.tar.gz
opensim-SC_OLD-ab83af03413219ba3bc3c43e92262872dfb148b1.tar.bz2
opensim-SC_OLD-ab83af03413219ba3bc3c43e92262872dfb148b1.tar.xz
* Set eol-style: native on J2KImage.cs
Diffstat (limited to '')
-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);