small fix for mygui log being spammed with errors

actorid
scrawl 13 years ago
parent 41466fc5fc
commit 1006411c02

@ -489,7 +489,8 @@ void ContainerBase::drawItems()
{
backgroundTex += "_barter";
}
backgroundTex += ".dds";
if (backgroundTex != "")
backgroundTex += ".dds";
backgroundWidget->setImageTexture(backgroundTex);
if (it->second == ItemState_Barter && !isMagic)

Loading…
Cancel
Save