diff options
Diffstat (limited to 'draw/box.hpp')
-rw-r--r-- | draw/box.hpp | 2 |
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); |