aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/MapImageService
diff options
context:
space:
mode:
authorMelanie Thielker2016-03-05 22:22:09 +0100
committerMelanie Thielker2016-03-05 22:22:09 +0100
commit110297793c324ea9957cc033ec1da94f2f075d68 (patch)
treef89977145f684bf18af2433d0fc17f3073ef410b /OpenSim/Services/MapImageService
parentIntroduce UseOsgridFormat config to select the OSGrid specific path name (diff)
downloadopensim-SC_OLD-110297793c324ea9957cc033ec1da94f2f075d68.zip
opensim-SC_OLD-110297793c324ea9957cc033ec1da94f2f075d68.tar.gz
opensim-SC_OLD-110297793c324ea9957cc033ec1da94f2f075d68.tar.bz2
opensim-SC_OLD-110297793c324ea9957cc033ec1da94f2f075d68.tar.xz
Fix a couple of typos
Diffstat (limited to 'OpenSim/Services/MapImageService')
-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 }