Explorar el Código

removed macro that does nothing (#5163)

pull/5168/head
wileyanderssen hace 1 mes
cometido por GitHub
padre
commit
998a18b641
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: B5690EEEBB952194
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      src/rtextures.c

+ 0
- 2
src/rtextures.c Ver fichero

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

Cargando…
Cancelar
Guardar