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

master
Perttu Ahola 2011-12-01 13:01:37 +02:00
parent 1da3a8e24b
commit 0e113a4c81
1 changed files with 1 additions and 1 deletions

View File

@ -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,