mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-20 18:41:32 +00:00
small fix for mygui log being spammed with errors
This commit is contained in:
parent
41466fc5fc
commit
1006411c02
1 changed files with 2 additions and 1 deletions
|
@ -489,6 +489,7 @@ void ContainerBase::drawItems()
|
||||||
{
|
{
|
||||||
backgroundTex += "_barter";
|
backgroundTex += "_barter";
|
||||||
}
|
}
|
||||||
|
if (backgroundTex != "")
|
||||||
backgroundTex += ".dds";
|
backgroundTex += ".dds";
|
||||||
|
|
||||||
backgroundWidget->setImageTexture(backgroundTex);
|
backgroundWidget->setImageTexture(backgroundTex);
|
||||||
|
|
Loading…
Reference in a new issue