Sfoglia il codice sorgente

Correct warning

pull/189/head
Ray 8 anni fa
parent
commit
b4a3f294bf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/textures.c

+ 1
- 1
src/textures.c Vedi File

@ -229,7 +229,7 @@ Image LoadImageRaw(const char *fileName, int width, int height, int format, int
// TODO: Review function to support multiple color modes
Image LoadImageFromRES(const char *rresName, int resId)
{
Image image;
Image image = { 0 };
bool found = false;
char id[4]; // rRES file identifier

Caricamento…
Annulla
Salva