diff options
| author | Ray <raysan5@gmail.com> | 2019-06-12 12:12:59 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2019-06-12 12:12:59 +0200 |
| commit | 9609ebf49aad406e77ca3fd599cd3d23836d63ce (patch) | |
| tree | dbfd4063ef35bb53f06ab3bd166aa9b9f3f2986f /src | |
| parent | 55380f84895327a7238e85292ae1a6a453309413 (diff) | |
| download | raylib-9609ebf49aad406e77ca3fd599cd3d23836d63ce.tar.gz raylib-9609ebf49aad406e77ca3fd599cd3d23836d63ce.zip | |
Corrected IQM function declaration
Diffstat (limited to 'src')
| -rw-r--r-- | src/models.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models.c b/src/models.c index a33edfd3..6e29cbfa 100644 --- a/src/models.c +++ b/src/models.c @@ -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) |
