Skip to content

Commit

Permalink
Post-rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Mar 27, 2024
1 parent 3d5e632 commit e7097c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fidget/src/mesh/octree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1905,6 +1905,7 @@ mod test {
min_depth: 4,
max_depth: 4,
threads: 0,
..Default::default()
};

let octree = Octree::build(&shape, settings).walk_dual(settings);
Expand Down

0 comments on commit e7097c0

Please sign in to comment.