Removed unneeded comment

This commit is contained in:
Ray 2015-10-27 19:24:14 +01:00
parent b135bcd422
commit 67423ff64b

View file

@ -1028,8 +1028,6 @@ void ImageColorTint(Image *image, Color color)
UnloadImage(*image);
free(pixels);
TraceLog(INFO,"color tint applied");
image->data = processed.data;
}