From 0e113a4c811e8772924a7f0a842d448e196a3d8f Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Thu, 1 Dec 2011 13:01:37 +0200 Subject: Remove +"^[forcesingle" from ContentFeatures::setInventoryTexture, because 1) it was not used, 2) if it will be used, it won't need to do that anymore --- src/nodedef.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, -- cgit v1.2.3