summaryrefslogtreecommitdiff
path: root/src/mapnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapnode.cpp')
-rw-r--r--src/mapnode.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapnode.cpp b/src/mapnode.cpp
index 8ceeecfba..cfb1a493f 100644
--- a/src/mapnode.cpp
+++ b/src/mapnode.cpp
@@ -236,6 +236,7 @@ void init_mapnode()
i = CONTENT_FENCE;
f = &g_content_features[i];
+ f->setInventoryTexture("fence.png");
f->light_propagates = true;
f->param_type = CPT_LIGHT;
f->is_ground_content = true;