diff options
author | Justin Clark-Casey (justincc) | 2013-07-26 19:23:12 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-07-26 19:23:12 +0100 |
commit | c24536548407956a3cdec1692a1a23cb3cc31836 (patch) | |
tree | 6b6dcd9c0d58f797154c663cfddc82c97418e9c0 | |
parent | Fix regression tests relating to agent transfer by making simulator use last ... (diff) | |
parent | Add Aleric to Contributors list, thanks Aleric!! (diff) | |
download | opensim-SC_OLD-c24536548407956a3cdec1692a1a23cb3cc31836.zip opensim-SC_OLD-c24536548407956a3cdec1692a1a23cb3cc31836.tar.gz opensim-SC_OLD-c24536548407956a3cdec1692a1a23cb3cc31836.tar.bz2 opensim-SC_OLD-c24536548407956a3cdec1692a1a23cb3cc31836.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
-rw-r--r-- | CONTRIBUTORS.txt | 1 | ||||
-rw-r--r-- | OpenSim/Services/MapImageService/MapImageService.cs | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index f621cd3..8181483 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt | |||
@@ -65,6 +65,7 @@ what it is today. | |||
65 | * A_Biondi | 65 | * A_Biondi |
66 | * alex_carnell | 66 | * alex_carnell |
67 | * Alan Webb (IBM) | 67 | * Alan Webb (IBM) |
68 | * Aleric | ||
68 | * Allen Kerensky | 69 | * Allen Kerensky |
69 | * BigFootAg | 70 | * BigFootAg |
70 | * BlueWall Slade | 71 | * BlueWall Slade |
diff --git a/OpenSim/Services/MapImageService/MapImageService.cs b/OpenSim/Services/MapImageService/MapImageService.cs index a85ee70..9ba5dab 100644 --- a/OpenSim/Services/MapImageService/MapImageService.cs +++ b/OpenSim/Services/MapImageService/MapImageService.cs | |||
@@ -86,7 +86,7 @@ namespace OpenSim.Services.MapImageService | |||
86 | { | 86 | { |
87 | Bitmap waterTile = new Bitmap(IMAGE_WIDTH, IMAGE_WIDTH); | 87 | Bitmap waterTile = new Bitmap(IMAGE_WIDTH, IMAGE_WIDTH); |
88 | FillImage(waterTile, m_Watercolor); | 88 | FillImage(waterTile, m_Watercolor); |
89 | waterTile.Save(m_WaterTileFile); | 89 | waterTile.Save(m_WaterTileFile, ImageFormat.Jpeg); |
90 | } | 90 | } |
91 | } | 91 | } |
92 | } | 92 | } |