summaryrefslogtreecommitdiffhomepage
path: root/draw/box.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'draw/box.hpp')
-rw-r--r--draw/box.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw/box.hpp b/draw/box.hpp
index a6608e00..26e5485f 100644
--- a/draw/box.hpp
+++ b/draw/box.hpp
@@ -6,7 +6,7 @@
namespace floormat::wireframe {
-struct box final
+struct box
{
box(Vector3 center, Vector3 size, float line_width);