| 38 | } |
| 39 | |
| 40 | void CMotd::OnWindowResize() |
| 41 | { |
| 42 | Graphics()->DeleteQuadContainer(m_RectQuadContainer); |
| 43 | TextRender()->DeleteTextContainer(m_TextContainerIndex); |
| 44 | } |
| 45 | |
| 46 | void CMotd::OnRender() |
| 47 | { |
nothing calls this directly
no test coverage detected