changeset 16075 | 2c2b094e6bbe |
parent 16073 | 5d302b12d837 |
child 16077 | aba25f4e4645 |
--- a/rust/landgen/src/wavefront_collapse/generator.rs Tue Jan 28 15:57:05 2025 +0100 +++ b/rust/landgen/src/wavefront_collapse/generator.rs Thu Jan 30 13:59:31 2025 +0100 @@ -120,7 +120,6 @@ a => { for line in bytes.chunks_exact(info.line_size) { for value in line.chunks_exact(a) { - print!("{:?},", value); *tiles_image_pixels .next() .expect("vec2d size matching image dimensions") =