aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2015-10-27 19:24:14 +0100
committerRay <raysan5@gmail.com>2015-10-27 19:24:14 +0100
commit67423ff64b3b1b8c52819c9d0afdf4408e3b410d (patch)
tree1a742b54d75a4767a6cf26bbb9dc79c9ce1da871
parentb135bcd42225d470b5a622e038e63124cb318129 (diff)
downloadraylib-67423ff64b3b1b8c52819c9d0afdf4408e3b410d.tar.gz
raylib-67423ff64b3b1b8c52819c9d0afdf4408e3b410d.zip
Removed unneeded comment
-rw-r--r--src/textures.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/textures.c b/src/textures.c
index 29eed874..007547ca 100644
--- a/src/textures.c
+++ b/src/textures.c
@@ -1028,8 +1028,6 @@ void ImageColorTint(Image *image, Color color)
UnloadImage(*image);
free(pixels);
- TraceLog(INFO,"color tint applied");
-
image->data = processed.data;
}