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