mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-29 22:20:33 +00:00
Remove extra frame rendering after enabling/disabling the label.
This commit is contained in:
parent
b3e09cce00
commit
0197f7088f
@ -217,8 +217,6 @@ void TextOverlay::enable(bool enable)
|
|||||||
mContainer->show();
|
mContainer->show();
|
||||||
else
|
else
|
||||||
mContainer->hide();
|
mContainer->hide();
|
||||||
|
|
||||||
Ogre::Root::getSingleton().renderOneFrame();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool TextOverlay::isEnabled()
|
bool TextOverlay::isEnabled()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user