소스 검색

removed macro that does nothing (#5163)

pull/5168/head
wileyanderssen 1 개월 전
committed by GitHub
부모
커밋
998a18b641
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      src/rtextures.c

+ 0
- 2
src/rtextures.c 파일 보기

@ -658,8 +658,6 @@ bool ExportImage(Image image, const char *fileName)
result = SaveFileData(fileName, fileData, dataSize);
RL_FREE(fileData);
}
#else
if (false) { }
#endif
#if defined(SUPPORT_FILEFORMAT_BMP)
else if (IsFileExtension(fileName, ".bmp")) result = stbi_write_bmp(fileName, image.width, image.height, channels, imgData);

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