mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-02 12:19:17 -05:00
Removed unneeded comment
This commit is contained in:
@ -1028,8 +1028,6 @@ void ImageColorTint(Image *image, Color color)
|
|||||||
UnloadImage(*image);
|
UnloadImage(*image);
|
||||||
free(pixels);
|
free(pixels);
|
||||||
|
|
||||||
TraceLog(INFO,"color tint applied");
|
|
||||||
|
|
||||||
image->data = processed.data;
|
image->data = processed.data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user