1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

fixed bug in inventory textures caused from better handling of unknown blocks

This commit is contained in:
Perttu Ahola 2011-06-27 08:46:54 +03:00
parent 3e40235ce2
commit ccf5eae751
2 changed files with 2 additions and 1 deletions

View file

@ -194,6 +194,8 @@ struct ContentFeatures
{
setTexture(i, name, alpha);
}
// Force inventory texture too
setInventoryTexture(name);
}
void setTile(u16 i, const TileSpec &tile)