fix terrain BMP image format on SaveStream mantis: 8001

This commit is contained in:
UbitUmarov
2016-08-21 00:25:32 +01:00
parent 3337ebe93c
commit 73719b2efc

View File

@@ -61,7 +61,7 @@ namespace OpenSim.Region.CoreModules.World.Terrain.FileLoaders
{
Bitmap colours = CreateGrayscaleBitmapFromMap(map);
colours.Save(stream, ImageFormat.Png);
colours.Save(stream, ImageFormat.Bmp);
}
/// <summary>