update todo

This commit is contained in:
Max Bradbury 2020-04-05 23:03:18 +01:00
parent 71cac12b4c
commit 894889afa7
1 changed files with 0 additions and 3 deletions

View File

@ -278,9 +278,6 @@ fn test_tile_to_string() {
assert_eq!(output, expected);
}
// todo support Bitsy HD?
// todo impl (Game::from_string etc.)
fn colour_from_string(colour: String) -> Colour {
let values: Vec<&str> = colour.split(',').collect();