summaryrefslogtreecommitdiff
path: root/examples/quad.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quad.c')
-rw-r--r--examples/quad.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quad.c b/examples/quad.c
index a22e872..b689f61 100644
--- a/examples/quad.c
+++ b/examples/quad.c
@@ -26,6 +26,7 @@ void draw_from_constraints(struct constraints *c, struct topology *t, struct can
begin_drawing(cv);
draw_topology(cv, t);
draw_constraints(cv, c);
+ draw_elements(cv, &drawing);
end_drawing(cv);
free_drawing(&drawing);