changeset 15893 | 5b3beb90e1a6 |
parent 15828 | 44b49f255e31 |
child 15901 | f39f0f614dbf |
--- a/rust/land2d/src/lib.rs Sun Nov 13 08:45:10 2022 +0100 +++ b/rust/land2d/src/lib.rs Tue Nov 15 14:27:22 2022 +0100 @@ -140,7 +140,7 @@ if mask.contains_y(yd as usize) { stack.push((xl, xr, yd as usize, dir)); } - }; + } let start_x_l = (start_point.x - 1) as usize; let start_x_r = start_point.x as usize;