changeset 16062 | 288df7b85efc |
parent 16059 | 2acea266d297 |
child 16064 | 07cb6dbc8444 |
16061:a73830f5c5cc | 16062:288df7b85efc |
---|---|
98 .tiles |
98 .tiles |
99 .iter() |
99 .iter() |
100 .map(|TileDescriptionHelper(t)| t.clone()) |
100 .map(|TileDescriptionHelper(t)| t.clone()) |
101 .collect(), |
101 .collect(), |
102 wrap: desc.wrap, |
102 wrap: desc.wrap, |
103 can_invert: desc.can_invert, |
|
104 is_negative: desc.is_negative, |
|
103 edges: NonStrictComplexEdgesDescription { |
105 edges: NonStrictComplexEdgesDescription { |
104 top, |
106 top, |
105 right, |
107 right, |
106 bottom, |
108 bottom, |
107 left, |
109 left, |