forked from mirror/openmw-tes3mp
Merge pull request #1153 from MiroslavR/itemshadow-bug
Remove item shadows properly
This commit is contained in:
commit
7e797eeda0
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,8 @@ namespace MWGui
|
|||
{
|
||||
if (mFrame)
|
||||
mFrame->setImageTexture("");
|
||||
if (mItemShadow)
|
||||
mItemShadow->setImageTexture("");
|
||||
mItem->setImageTexture("");
|
||||
mText->setCaption("");
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue