mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
fix terrain BMP image format on SaveStream mantis: 8001
This commit is contained in:
@@ -61,7 +61,7 @@ namespace OpenSim.Region.CoreModules.World.Terrain.FileLoaders
|
|||||||
{
|
{
|
||||||
Bitmap colours = CreateGrayscaleBitmapFromMap(map);
|
Bitmap colours = CreateGrayscaleBitmapFromMap(map);
|
||||||
|
|
||||||
colours.Save(stream, ImageFormat.Png);
|
colours.Save(stream, ImageFormat.Bmp);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user