Merge with develop

This commit is contained in:
kervala 2016-01-05 17:12:29 +01:00
commit 32848f4bc1

View file

@ -656,6 +656,9 @@ static void BuildColoredVersionForOneBitmap(const CBuildInfo &bi, const std::str
{
if (is.open(fullInputBitmapPath))
{
// 8 bits textures are grayscale
srcBitmap.loadGrayscaleAsAlpha(false);
depth = srcBitmap.load(is);
is.close();