forked from teamnwah/openmw-tes3coop
Layer renaming fix
This commit is contained in:
parent
d85d74e615
commit
6c12c9a467
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ namespace MWGui
|
||||||
MyGUI::PointerManager::getInstance().setVisible(false);
|
MyGUI::PointerManager::getInstance().setVisible(false);
|
||||||
|
|
||||||
mVideoBackground = MyGUI::Gui::getInstance().createWidgetReal<MyGUI::ImageBox>("ImageBox", 0,0,1,1,
|
mVideoBackground = MyGUI::Gui::getInstance().createWidgetReal<MyGUI::ImageBox>("ImageBox", 0,0,1,1,
|
||||||
MyGUI::Align::Default, "Overlay");
|
MyGUI::Align::Default, "InputBlocker");
|
||||||
mVideoBackground->setImageTexture("black");
|
mVideoBackground->setImageTexture("black");
|
||||||
mVideoBackground->setVisible(false);
|
mVideoBackground->setVisible(false);
|
||||||
mVideoBackground->setNeedMouseFocus(true);
|
mVideoBackground->setNeedMouseFocus(true);
|
||||||
|
|
Loading…
Reference in a new issue