| 4359 | } |
| 4360 | |
| 4361 | void CClient::OnWindowResize() |
| 4362 | { |
| 4363 | TextRender()->OnPreWindowResize(); |
| 4364 | GameClient()->OnWindowResize(); |
| 4365 | m_pEditor->OnWindowResize(); |
| 4366 | TextRender()->OnWindowResize(); |
| 4367 | } |
| 4368 | |
| 4369 | void CClient::ConchainWindowVSync(IConsole::IResult *pResult, void *pUserData, IConsole::FCommandCallback pfnCallback, void *pCallbackUserData) |
| 4370 | { |
nothing calls this directly
no test coverage detected