1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 13:49:40 +00:00

Remove extra frame rendering after enabling/disabling the label.

This commit is contained in:
cc9cii 2014-10-07 06:04:13 +11:00
parent b3e09cce00
commit 0197f7088f

View file

@ -217,8 +217,6 @@ void TextOverlay::enable(bool enable)
mContainer->show();
else
mContainer->hide();
Ogre::Root::getSingleton().renderOneFrame();
}
bool TextOverlay::isEnabled()