mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-15 22:21:00 +00:00
Merge pull request #1153 from MiroslavR/itemshadow-bug
Remove item shadows properly
This commit is contained in:
commit
7e797eeda0
@ -101,6 +101,8 @@ namespace MWGui
|
||||
{
|
||||
if (mFrame)
|
||||
mFrame->setImageTexture("");
|
||||
if (mItemShadow)
|
||||
mItemShadow->setImageTexture("");
|
||||
mItem->setImageTexture("");
|
||||
mText->setCaption("");
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user