Merge with develop

--HG--
branch : compatibility-develop
This commit is contained in:
kervala 2016-01-05 17:12:29 +01:00
commit 4785b88068

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();