| 25 | } |
| 26 | |
| 27 | void FramerateCounter::loadFont(Graphics::Font& font) |
| 28 | { |
| 29 | m_text.setFont(font); |
| 30 | m_text.setCharacterSize(12); |
| 31 | m_text.setFillColor(sf::Color::White); |
| 32 | } |
| 33 | |
| 34 | void FramerateCounter::draw() |
| 35 | { |
nothing calls this directly
no test coverage detected