mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
Remove item shadows properly (Fixes #3652)
This commit is contained in:
parent
b7f8b572ae
commit
8c97ac269d
@ -101,6 +101,8 @@ namespace MWGui
|
|||||||
{
|
{
|
||||||
if (mFrame)
|
if (mFrame)
|
||||||
mFrame->setImageTexture("");
|
mFrame->setImageTexture("");
|
||||||
|
if (mItemShadow)
|
||||||
|
mItemShadow->setImageTexture("");
|
||||||
mItem->setImageTexture("");
|
mItem->setImageTexture("");
|
||||||
mText->setCaption("");
|
mText->setCaption("");
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user