fix bench

This commit is contained in:
Isse 2023-04-01 14:46:45 +02:00 committed by Joshua Barretto
parent 71039b56e6
commit 57efd24573

View File

@ -38,7 +38,9 @@ pub fn criterion_benchmark(c: &mut Criterion) {
.map(|pos| {
(
pos,
world.generate_chunk(index, pos, || false, None).unwrap(),
world
.generate_chunk(index, pos, None, || false, None)
.unwrap(),
)
})
.for_each(|(key, chunk)| {