Explorar el Código

Minor tweak

pull/1375/head
Ray hace 4 años
padre
commit
250a0e3592
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/models.c

+ 1
- 1
src/models.c Ver fichero

@ -721,7 +721,7 @@ Model LoadModel(const char *fileName)
if (IsFileExtension(fileName, ".iqm")) model = LoadIQM(fileName);
#endif
#if defined(SUPPORT_FILEFORMAT_GLTF)
if (IsFileExtension(fileName, ".gltf";) || IsFileExtension(fileName, ".glb")) model = LoadGLTF(fileName);
if (IsFileExtension(fileName, ".gltf;.glb")) model = LoadGLTF(fileName);
#endif
// Make sure model transform is set to identity matrix!

Cargando…
Cancelar
Guardar