diff options
author | Diva Canto | 2010-12-08 19:47:05 -0800 |
---|---|---|
committer | Diva Canto | 2010-12-08 19:47:05 -0800 |
commit | ab980fc9274d1abaf26061f8fa0395695071c4b2 (patch) | |
tree | 69f32c6393b13680d8bfc965ae6dc5e8aca4ce2e | |
parent | Fixed previous compile error -- I haven't pushed the CreatorID in AssetBase y... (diff) | |
download | opensim-SC-ab980fc9274d1abaf26061f8fa0395695071c4b2.zip opensim-SC-ab980fc9274d1abaf26061f8fa0395695071c4b2.tar.gz opensim-SC-ab980fc9274d1abaf26061f8fa0395695071c4b2.tar.bz2 opensim-SC-ab980fc9274d1abaf26061f8fa0395695071c4b2.tar.xz |
Fixed wrong comment
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Assets/GetTextureModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Assets/GetTextureModule.cs b/OpenSim/Region/CoreModules/Avatar/Assets/GetTextureModule.cs index a8da330..1f60e36 100644 --- a/OpenSim/Region/CoreModules/Avatar/Assets/GetTextureModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Assets/GetTextureModule.cs | |||
@@ -336,7 +336,7 @@ namespace OpenSim.Region.CoreModules.Avatar.ObjectCaps | |||
336 | 336 | ||
337 | try | 337 | try |
338 | { | 338 | { |
339 | // Taking our jpeg2000 data, decoding it, then saving it to a byte array with regular jpeg data | 339 | // Taking our jpeg2000 data, decoding it, then saving it to a byte array with regular data |
340 | 340 | ||
341 | imgstream = new MemoryStream(); | 341 | imgstream = new MemoryStream(); |
342 | 342 | ||