diff options
-rw-r--r-- | src/mapnode.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mapnode.cpp b/src/mapnode.cpp index 484fcbe0a..847608040 100644 --- a/src/mapnode.cpp +++ b/src/mapnode.cpp @@ -164,6 +164,9 @@ void init_mapnode() f->dug_item = std::string("MaterialItem2 ")+itos(i)+" 1"; } + // Make CONTENT_IGNORE to not block the view when occlusion culling + content_features(CONTENT_IGNORE).solidness = 0; + /* Initialize mapnode content */ |