aboutsummaryrefslogtreecommitdiff
path: root/src/grid.rs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-04-10 13:08:46 +0100
committerAkshay <[email protected]>2021-04-10 13:08:46 +0100
commit8d5fecc23f4e986c74295c58473c6ea8d840d955 (patch)
treef9bea6b4bb21b74ee18bb1b679ec0ee959f9b716 /src/grid.rs
parenteab6c543d19f7546f1151cca32663035006af702 (diff)
introduce modulus arithmetic to std lisp
Diffstat (limited to 'src/grid.rs')
-rw-r--r--src/grid.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/grid.rs b/src/grid.rs
index ed1dd83..9baf364 100644
--- a/src/grid.rs
+++ b/src/grid.rs
@@ -93,7 +93,6 @@ impl Grid {
93 (width * cs) as i32, 93 (width * cs) as i32,
94 ((width + 2 * height - i) * cs) as i32 / 2, 94 ((width + 2 * height - i) * cs) as i32 / 2,
95 ); 95 );
96
97 canvas 96 canvas
98 .draw_line(*start + begin_m.into(), *start + end_m.into()) 97 .draw_line(*start + begin_m.into(), *start + end_m.into())
99 .unwrap(); 98 .unwrap();