mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +00:00
Small fix for menu background
This commit is contained in:
parent
ecf3d52b46
commit
ac77b07e29
@ -142,7 +142,8 @@ namespace MWGui
|
||||
{
|
||||
if (mVideo && !show)
|
||||
{
|
||||
MyGUI::Gui::getInstance().destroyWidget(mVideo);
|
||||
MyGUI::Gui::getInstance().destroyWidget(mVideoBackground);
|
||||
mVideoBackground = NULL;
|
||||
mVideo = NULL;
|
||||
}
|
||||
if (mBackground && !show)
|
||||
|
Loading…
x
Reference in New Issue
Block a user