testing something

pull/701/head
Samuel Voss 1 year ago
parent 60760bb51d
commit 24f719ee1e

@ -18,8 +18,7 @@ impl<'a> Shape for Points<'a> {
painter.paint(x, y, self.color);
}
} else if let Some((x, y)) = painter.get_point(*x, *y) {
println!("false");
painter.paint(x, y, Color::Reset);
//painter.paint(x, y, Color::Reset);
}
}

Loading…
Cancel
Save