Some code tweaks

This commit is contained in:
Ray
2016-09-07 23:14:16 +02:00
parent 36f20376e6
commit 10280c4b91
2 changed files with 5 additions and 4 deletions

View File

@ -677,7 +677,8 @@ void ImageFormat(Image *image, int newFormat)
}
// Apply alpha mask to image
// NOTE: alphaMask must be should be same size as image
// NOTE 1: Returned image is RGBA - 32bit
// NOTE 2: alphaMask should be same size as image
void ImageAlphaMask(Image *image, Image alphaMask)
{
if (image->format >= COMPRESSED_DXT1_RGB)