Allow(dead_code)
That function is too nice to remove
This commit is contained in:
parent
33906f51b3
commit
3ab86973cc
|
|
@ -146,6 +146,7 @@ pub fn main() {
|
|||
});
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
fn draw_cross(gc: &mut Vec<Draw>, pos: Vec2, r: f32) {
|
||||
gc.move_to(pos.x - r, pos.y - r);
|
||||
gc.line_to(pos.x + r, pos.y + r);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user