diff options
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/gltf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resources/gltf.c b/src/resources/gltf.c index 7668a49..81992d1 100644 --- a/src/resources/gltf.c +++ b/src/resources/gltf.c @@ -18,7 +18,6 @@ #define CGLTF_IMPLEMENTATION #include <cgltf.h> -// TODO: Port code from old repo struct face { cgltf_uint indices[3]; |