diff --git a/src/bin/flat/main.rs b/src/bin/flat/main.rs index 1b3a20d..ebbad98 100644 --- a/src/bin/flat/main.rs +++ b/src/bin/flat/main.rs @@ -146,6 +146,7 @@ pub fn main() { }); } +#[allow(dead_code)] fn draw_cross(gc: &mut Vec, pos: Vec2, r: f32) { gc.move_to(pos.x - r, pos.y - r); gc.line_to(pos.x + r, pos.y + r);