diff options
| author | Ray <raysan5@gmail.com> | 2015-10-27 19:24:14 +0100 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2015-10-27 19:24:14 +0100 |
| commit | 67423ff64b3b1b8c52819c9d0afdf4408e3b410d (patch) | |
| tree | 1a742b54d75a4767a6cf26bbb9dc79c9ce1da871 /src | |
| parent | b135bcd42225d470b5a622e038e63124cb318129 (diff) | |
| download | raylib-67423ff64b3b1b8c52819c9d0afdf4408e3b410d.tar.gz raylib-67423ff64b3b1b8c52819c9d0afdf4408e3b410d.zip | |
Removed unneeded comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/textures.c | 2 |
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; } |
