aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 8df466f..048824e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -55,6 +55,7 @@ test_rects() {
55 for (size_t i = 0; i < 100; i++) { 55 for (size_t i = 0; i < 100; i++) {
56 draw_rect(30, 30, 45, 45, 1); 56 draw_rect(30, 30, 45, 45, 1);
57 draw_rect(35, 35, 60, 40, 2); 57 draw_rect(35, 35, 60, 40, 2);
58 draw_rect(10, 10, 200, 130, 2);
58 draw_rect(1, 1, 6, 6, 3); 59 draw_rect(1, 1, 6, 6, 3);
59 } 60 }
60} 61}