diff options
author | Melanie Thielker | 2016-03-05 22:22:09 +0100 |
---|---|---|
committer | Melanie Thielker | 2016-03-05 22:22:09 +0100 |
commit | 110297793c324ea9957cc033ec1da94f2f075d68 (patch) | |
tree | f89977145f684bf18af2433d0fc17f3073ef410b /OpenSim/Services/MapImageService | |
parent | Introduce UseOsgridFormat config to select the OSGrid specific path name (diff) | |
download | opensim-SC-110297793c324ea9957cc033ec1da94f2f075d68.zip opensim-SC-110297793c324ea9957cc033ec1da94f2f075d68.tar.gz opensim-SC-110297793c324ea9957cc033ec1da94f2f075d68.tar.bz2 opensim-SC-110297793c324ea9957cc033ec1da94f2f075d68.tar.xz |
Fix a couple of typos
Diffstat (limited to 'OpenSim/Services/MapImageService')
-rw-r--r-- | OpenSim/Services/MapImageService/MapImageService.cs | 2 |
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 | } |