| 84 | } |
| 85 | |
| 86 | void TextRenderer::moveText(const std::string& ID, Ogre::Real left, Ogre::Real top) |
| 87 | { |
| 88 | Ogre::OverlayElement* textBox = mPanel->getChild(ID); |
| 89 | if (textBox != nullptr) |
| 90 | textBox->setPosition(left, top); |
| 91 | } |
no test coverage detected