summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nodedef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodedef.cpp b/src/nodedef.cpp
index a52a1bbd4..cbb3b6130 100644
--- a/src/nodedef.cpp
+++ b/src/nodedef.cpp
@@ -530,7 +530,7 @@ public:
f->visual_solidness = 1;
} else {
f->drawtype = NDT_NORMAL;
- f->solidness = 1;
+ f->solidness = 2;
for(u32 i=0; i<6; i++){
f->setTexture(i, f->tname_tiles[i]
+ std::string("^[noalpha"));