summaryrefslogtreecommitdiff
path: root/src/systems/terrain.h
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-06-10 13:35:23 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-06-10 13:35:23 +1000
commit99f2476d7bb8479d543f080c209324c77c775737 (patch)
tree8c8f52155552fb7c9ade94e70f5f11d36fa73701 /src/systems/terrain.h
parentb9a7166d9a7e2b0eed948353c134e72dfa86ab58 (diff)
bring back gltf
Diffstat (limited to 'src/systems/terrain.h')
-rw-r--r--src/systems/terrain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systems/terrain.h b/src/systems/terrain.h
index bfd90b5..62aa568 100644
--- a/src/systems/terrain.h
+++ b/src/systems/terrain.h
@@ -18,7 +18,7 @@ Future:
#include "defines.h"
#include "maths_types.h"
#include "mem.h"
-#include "render_types.h"
+#include "render.h"
#include "str.h"
typedef struct heightmap {