summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nodedef.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nodedef.cpp b/src/nodedef.cpp
index f8420c22c..a52a1bbd4 100644
--- a/src/nodedef.cpp
+++ b/src/nodedef.cpp
@@ -532,8 +532,8 @@ public:
f->drawtype = NDT_NORMAL;
f->solidness = 1;
for(u32 i=0; i<6; i++){
- f->tname_tiles[i] = f->tname_tiles[i]
- + std::string("^[noalpha");
+ f->setTexture(i, f->tname_tiles[i]
+ + std::string("^[noalpha"));
}
}
break;