aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs4
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 }