- fixed: FImageSource::GetCachedBitmap did not pass the translucency information along to the caller.

This commit is contained in:
Christoph Oelckers 2018-12-16 19:17:53 +01:00
parent cce82e99d6
commit 87953020ba

View file

@ -269,6 +269,7 @@ FBitmap FImageSource::GetCachedBitmap(PalEntry *remap, int conversion, int *ptra
}
}
}
if (ptrans) *ptrans = trans;
return ret;
}