1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00

small fix for mygui log being spammed with errors

This commit is contained in:
scrawl 2012-05-19 00:06:11 +02:00
parent 41466fc5fc
commit 1006411c02

View File

@ -489,6 +489,7 @@ void ContainerBase::drawItems()
{
backgroundTex += "_barter";
}
if (backgroundTex != "")
backgroundTex += ".dds";
backgroundWidget->setImageTexture(backgroundTex);