diff options
author | Teravus Ovares | 2009-04-13 23:06:29 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-04-13 23:06:29 +0000 |
commit | ab83af03413219ba3bc3c43e92262872dfb148b1 (patch) | |
tree | 7637a2b1d630ac9c78bc27bae4763682b509b146 /OpenSim/Region | |
parent | don't build the snapshot builds, if you want experimental, you need to (diff) | |
download | opensim-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 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/J2KImage.cs | 4 |
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); |