Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mesh: Fix
ignore_voxels
being ignored.
This is a partial revert of commit f4bd20f which introduced the bug; at the time I misread the code and thought this case was for a different purpose than it actually is. What remains is the switch from a `match` to `if let` using `Evoxels::single_voxel()`, which is still desirable since it saves an indentation level and avoids needing a dummy branch for match exhaustiveness.
- Loading branch information