fix terrain BMP image format on SaveStream mantis: 8001

LSLKeyTest
UbitUmarov 2016-08-21 00:25:32 +01:00
parent 3337ebe93c
commit 73719b2efc
1 changed files with 1 additions and 1 deletions

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>