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 8506d95aa..f8420c22c 100644
--- a/src/nodedef.cpp
+++ b/src/nodedef.cpp
@@ -281,7 +281,7 @@ void ContentFeatures::setSpecialMaterial(u16 i, const MaterialSpec &mspec)
void ContentFeatures::setInventoryTexture(std::string imgname)
{
- tname_inventory = imgname + "^[forcesingle";
+ tname_inventory = imgname;
}
void ContentFeatures::setInventoryTextureCube(std::string top,