mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-22 18:53:52 +00:00
Remove item shadows properly (Fixes #3652)
This commit is contained in:
parent
b7f8b572ae
commit
8c97ac269d
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