mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 23:23:52 +00:00
Small fix for menu background
This commit is contained in:
parent
ecf3d52b46
commit
ac77b07e29
1 changed files with 2 additions and 1 deletions
|
@ -142,7 +142,8 @@ namespace MWGui
|
||||||
{
|
{
|
||||||
if (mVideo && !show)
|
if (mVideo && !show)
|
||||||
{
|
{
|
||||||
MyGUI::Gui::getInstance().destroyWidget(mVideo);
|
MyGUI::Gui::getInstance().destroyWidget(mVideoBackground);
|
||||||
|
mVideoBackground = NULL;
|
||||||
mVideo = NULL;
|
mVideo = NULL;
|
||||||
}
|
}
|
||||||
if (mBackground && !show)
|
if (mBackground && !show)
|
||||||
|
|
Loading…
Reference in a new issue