ソースを参照

Removed unneeded comment

pull/66/head
Ray 10年前
コミット
67423ff64b
1個のファイルの変更0行の追加2行の削除
  1. +0
    -2
      src/textures.c

+ 0
- 2
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;
}

読み込み中…
キャンセル
保存