Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
commit
c245365484
|
@ -65,6 +65,7 @@ what it is today.
|
||||||
* A_Biondi
|
* A_Biondi
|
||||||
* alex_carnell
|
* alex_carnell
|
||||||
* Alan Webb (IBM)
|
* Alan Webb (IBM)
|
||||||
|
* Aleric
|
||||||
* Allen Kerensky
|
* Allen Kerensky
|
||||||
* BigFootAg
|
* BigFootAg
|
||||||
* BlueWall Slade
|
* BlueWall Slade
|
||||||
|
|
|
@ -86,7 +86,7 @@ namespace OpenSim.Services.MapImageService
|
||||||
{
|
{
|
||||||
Bitmap waterTile = new Bitmap(IMAGE_WIDTH, IMAGE_WIDTH);
|
Bitmap waterTile = new Bitmap(IMAGE_WIDTH, IMAGE_WIDTH);
|
||||||
FillImage(waterTile, m_Watercolor);
|
FillImage(waterTile, m_Watercolor);
|
||||||
waterTile.Save(m_WaterTileFile);
|
waterTile.Save(m_WaterTileFile, ImageFormat.Jpeg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue