diff options
author | onefang | 2019-06-04 00:50:59 +1000 |
---|---|---|
committer | onefang | 2019-06-04 00:50:59 +1000 |
commit | cdb1851f438349a8721c0d9cef54837d0b302189 (patch) | |
tree | 1a1c7255ac4343ecf44bdd5387903f467a6b7626 /OpenSim/Region/CoreModules/World/Warp3DMap | |
parent | Adjust [AuthorizationService] sections to use the new DefaultRegionAccess. (diff) | |
download | opensim-SC-cdb1851f438349a8721c0d9cef54837d0b302189.zip opensim-SC-cdb1851f438349a8721c0d9cef54837d0b302189.tar.gz opensim-SC-cdb1851f438349a8721c0d9cef54837d0b302189.tar.bz2 opensim-SC-cdb1851f438349a8721c0d9cef54837d0b302189.tar.xz |
Warnings--
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Warp3DMap')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs b/OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs index 7b7cce8..fb94853 100644 --- a/OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs +++ b/OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs | |||
@@ -564,7 +564,7 @@ namespace OpenSim.Region.CoreModules.World.Warp3DMap | |||
564 | sculpt.Dispose(); | 564 | sculpt.Dispose(); |
565 | } | 565 | } |
566 | } | 566 | } |
567 | catch (Exception e) | 567 | catch /*(Exception e)*/ |
568 | { | 568 | { |
569 | Vector3 objectPos = prim.ParentGroup.RootPart.AbsolutePosition; | 569 | Vector3 objectPos = prim.ParentGroup.RootPart.AbsolutePosition; |
570 | //// TODO - print out owner of SceneObjectPart prim. | 570 | //// TODO - print out owner of SceneObjectPart prim. |
@@ -748,7 +748,7 @@ namespace OpenSim.Region.CoreModules.World.Warp3DMap | |||
748 | using (Bitmap img = (Bitmap)imgDecoder.DecodeToImage(asset)) | 748 | using (Bitmap img = (Bitmap)imgDecoder.DecodeToImage(asset)) |
749 | ret = new warp_Texture(img); | 749 | ret = new warp_Texture(img); |
750 | } | 750 | } |
751 | catch (Exception e) | 751 | catch /*(Exception e)*/ |
752 | { | 752 | { |
753 | m_log.Debug(string.Format("[WARP 3D IMAGE MODULE]: Failed to decode asset {0}, exception ", id)); | 753 | m_log.Debug(string.Format("[WARP 3D IMAGE MODULE]: Failed to decode asset {0}, exception ", id)); |
754 | } | 754 | } |