| 1663 | } |
| 1664 | |
| 1665 | void GameMode::displayText(const Ogre::ColourValue& txtColour, const std::string& txt) |
| 1666 | { |
| 1667 | TextRenderer& textRenderer = TextRenderer::getSingleton(); |
| 1668 | textRenderer.setColor(ODApplication::POINTER_INFO_STRING, txtColour); |
| 1669 | textRenderer.setText(ODApplication::POINTER_INFO_STRING, txt); |
| 1670 | } |
| 1671 | |
| 1672 | void GameMode::checkInputCommand() |
| 1673 | { |
no test coverage detected