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
parent
1da3a8e24b
commit
0e113a4c81
|
@ -281,7 +281,7 @@ void ContentFeatures::setSpecialMaterial(u16 i, const MaterialSpec &mspec)
|
||||||
|
|
||||||
void ContentFeatures::setInventoryTexture(std::string imgname)
|
void ContentFeatures::setInventoryTexture(std::string imgname)
|
||||||
{
|
{
|
||||||
tname_inventory = imgname + "^[forcesingle";
|
tname_inventory = imgname;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ContentFeatures::setInventoryTextureCube(std::string top,
|
void ContentFeatures::setInventoryTextureCube(std::string top,
|
||||||
|
|
Loading…
Reference in New Issue