aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Services')
-rw-r--r--OpenSim/Services/MapImageService/MapImageService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/MapImageService/MapImageService.cs b/OpenSim/Services/MapImageService/MapImageService.cs
index 6728752..7249e70 100644
--- a/OpenSim/Services/MapImageService/MapImageService.cs
+++ b/OpenSim/Services/MapImageService/MapImageService.cs
@@ -298,7 +298,7 @@ namespace OpenSim.Services.MapImageService
298 { 298 {
299 // Create a new output tile with a transparent background 299 // Create a new output tile with a transparent background
300 Bitmap bm = new Bitmap(IMAGE_WIDTH, IMAGE_WIDTH, PixelFormat.Format24bppRgb); 300 Bitmap bm = new Bitmap(IMAGE_WIDTH, IMAGE_WIDTH, PixelFormat.Format24bppRgb);
301 //bm.MakeTransparent(); // 24bpp does not have transparency, this whould make it 32bpp 301 //bm.MakeTransparent(); // 24bpp does not have transparency, this would make it 32bpp
302 return bm; 302 return bm;
303 } 303 }
304 } 304 }