remove fluid model todo

This commit is contained in:
IsseW 2022-06-17 13:39:08 +02:00
parent e4dfc7729f
commit 6562c7076f

View File

@ -1527,7 +1527,6 @@ impl<V: RectRasterableVol> Terrain<V> {
// Find a way to keep this?
// .filter(|chunk| chunk.can_shadow_sun())
.filter_map(|chunk| {
// TODO: Should the fluid model also be considered here?
chunk
.opaque_model
.as_ref()