summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2023-06-02 08:45:04 -0700
committer3gg <3gg@shellblade.net>2023-06-02 08:45:04 -0700
commit6887ef315e355e1a89b8b5d7a9d3345d2444aacd (patch)
treeacdc7b630cf58b9c7e72aa2a70eac1fd03c0bb44
parent95fe0b952f9091054a62a7f7e8df57a9ba3016c1 (diff)
Cleanup.
-rw-r--r--gltfview/src/game.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gltfview/src/game.c b/gltfview/src/game.c
index 5e45c58..20f33bb 100644
--- a/gltfview/src/game.c
+++ b/gltfview/src/game.c
@@ -3,7 +3,6 @@
3#include <gfx/error.h> 3#include <gfx/error.h>
4#include <gfx/render_backend.h> 4#include <gfx/render_backend.h>
5#include <gfx/scene/camera.h> 5#include <gfx/scene/camera.h>
6#include <gfx/scene/light.h>
7#include <gfx/scene/material.h> 6#include <gfx/scene/material.h>
8#include <gfx/scene/mesh.h> 7#include <gfx/scene/mesh.h>
9#include <gfx/scene/node.h> 8#include <gfx/scene/node.h>
@@ -20,7 +19,6 @@
20#include <assert.h> 19#include <assert.h>
21#include <stdbool.h> 20#include <stdbool.h>
22#include <stdio.h> 21#include <stdio.h>
23#include <string.h>
24 22
25// Paths to various scene files. 23// Paths to various scene files.
26static const char* BOX = "/assets/models/box.gltf"; 24static const char* BOX = "/assets/models/box.gltf";