mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-18 13:12:50 +00:00
small fix for mygui log being spammed with errors
This commit is contained in:
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…
x
Reference in New Issue
Block a user