mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-10 16:23:11 +00:00
Corrected IQM function declaration
This commit is contained in:
parent
55380f8489
commit
9609ebf49a
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user