remove 1,1 shape combo

This commit is contained in:
ntr 2020-01-17 17:50:40 +10:00
parent 03c528ce19
commit d23da8fb98

View File

@ -105,7 +105,6 @@ pub fn shapes_write(id: Uuid) -> Result<Uuid, Error> {
let shape_dist = WeightedIndex::new(shapes.iter().map(|v| v.1))?;
let n_shapes_items = [
(1, 1),
(2, 2),
(3, 5),
(4, 10),