소스 검색

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;

불러오는 중...
취소
저장