1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 07:53:53 +00:00

Small fix for menu background

This commit is contained in:
scrawl 2014-05-30 11:18:06 +02:00
parent ecf3d52b46
commit ac77b07e29

View file

@ -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)