Merge with develop

--HG--
branch : compatibility-develop
hg/compatibility-develop
kervala 9 years ago
commit 4785b88068

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

Loading…
Cancel
Save