Selaa lähdekoodia

Corrected IQM function declaration

pull/892/head
Ray 5 vuotta sitten
vanhempi
commit
9609ebf49a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/models.c

+ 1
- 1
src/models.c Näytä tiedosto

@ -89,7 +89,7 @@
#if defined(SUPPORT_FILEFORMAT_OBJ)
static Model LoadOBJ(const char *fileName); // Load OBJ mesh data
#endif
#if defined(SUPPORT_FILEFORMAT_GLTF)
#if defined(SUPPORT_FILEFORMAT_IQM)
static Model LoadIQM(const char *fileName); // Load IQM mesh data
#endif
#if defined(SUPPORT_FILEFORMAT_GLTF)

Ladataan…
Peruuta
Tallenna