Ver a proveniência

removed macro that does nothing (#5163)

pull/5168/head
wileyanderssen há 1 mês
committed by GitHub
ascendente
cometimento
998a18b641
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com 0 adições e 2 eliminações
  1. +0
    -2
      src/rtextures.c

+ 0
- 2
src/rtextures.c Ver ficheiro

@ -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);

Carregando…
Cancelar
Guardar