summaryrefslogtreecommitdiffhomepage
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/app.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/app.hpp b/main/app.hpp
index b64ce76f..07a64d2f 100644
--- a/main/app.hpp
+++ b/main/app.hpp
@@ -6,6 +6,7 @@
#include "floor-mesh.hpp"
#include "wall-mesh.hpp"
#include "wireframe-mesh.hpp"
+#include "wireframe-quad.hpp"
#include "compat/enum-bitset.hpp"
#include <Magnum/Timeline.h>
#include <Magnum/Platform/Sdl2Application.h>
@@ -52,7 +53,7 @@ struct app final : Platform::Application
chunk _chunk = make_test_chunk();
floor_mesh _floor_mesh;
wall_mesh _wall_mesh;
- wireframe_quad_mesh _wireframe_quad;
+ wireframe_mesh<wireframe::quad> _wireframe_quad;
Vector2 camera_offset;
enum_bitset<key> keys;