Small fix for menu background

deque
scrawl 11 years ago
parent ecf3d52b46
commit ac77b07e29

@ -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…
Cancel
Save