diff options
Diffstat (limited to 'draw/quad.hpp')
-rw-r--r-- | draw/quad.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/draw/quad.hpp b/draw/quad.hpp index c92e9544..c9345f64 100644 --- a/draw/quad.hpp +++ b/draw/quad.hpp @@ -6,7 +6,7 @@ namespace floormat::wireframe { -struct quad final +struct quad { quad(Vector3 start, Vector2 size, float line_width); |