Skip to content

Commit 4bc0253

Browse files
committed
compilation error fix
1 parent 859d81b commit 4bc0253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geode/model/helpers/detail/split_along_block_mesh_borders.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ namespace geode
9494
const auto [block_id, solid_info] = task.get();
9595
const auto& block = model_.block( block_id );
9696
duplicate_tasks[duplicate_count++] =
97-
async::spawn( [this, &block, &solid_info] {
97+
async::spawn( [this, &block, solid_info] {
9898
const auto& mesh = block.mesh();
9999
auto builder = builder_.block_mesh_builder(
100100
block.id() );

0 commit comments

Comments
 (0)