ソースを参照

Update rtextures.c

pull/3029/head
Ray 2年前
コミット
e2996f167e
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      src/rtextures.c

+ 2
- 0
src/rtextures.c ファイルの表示

@ -525,6 +525,8 @@ bool ExportImage(Image image, const char *fileName)
{
int success = 0;
if ((image.width == 0) || (image.height == 0) || (image.data == NULL)) return success;
#if defined(SUPPORT_IMAGE_EXPORT)
int channels = 4;
bool allocatedData = false;

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