remove comment

This commit is contained in:
Max Bradbury 2020-06-28 17:48:01 +01:00
parent a1f866086b
commit ba1dc3ff34
1 changed files with 0 additions and 3 deletions

View File

@ -514,9 +514,6 @@ impl Game {
let new_id = self.add_sprite(sprite);
insert_if_different(sprite_id_changes.borrow_mut(), old_id, new_id);
}
// does deduplication need to be its own function?
// should this function just add everything and we can dedupe later?
}
}