summaryrefslogtreecommitdiff
path: root/src/resources/gltf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/gltf.c')
-rw-r--r--src/resources/gltf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/resources/gltf.c b/src/resources/gltf.c
index b269fcd..f4e11f2 100644
--- a/src/resources/gltf.c
+++ b/src/resources/gltf.c
@@ -8,12 +8,11 @@
#include "log.h"
#include "path.h"
#include "render.h"
-#include "render_types.h"
+// #include "render_types.h"
#include "str.h"
#define CGLTF_IMPLEMENTATION
#include <cgltf.h>
-// TODO: Port code from old repo
struct face {
cgltf_uint indices[3];