Browse Source

Removed unneeded comment

pull/66/head
Ray 9 years ago
parent
commit
67423ff64b
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/textures.c

+ 0
- 2
src/textures.c 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;
}

Loading…
Cancel
Save