mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 19:49:41 +00:00
Remove extra frame rendering after enabling/disabling the label.
This commit is contained in:
parent
b3e09cce00
commit
0197f7088f
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue