| 246 | float CDialogHolder::shedule_Scale() { return 0.5f; } |
| 247 | |
| 248 | void CDialogHolder::CleanInternals() |
| 249 | { |
| 250 | while (!m_input_receivers.empty()) |
| 251 | m_input_receivers.pop_back(); |
| 252 | |
| 253 | m_dialogsToRender.clear(); |
| 254 | GetUICursor()->Hide(); |
| 255 | } |
nothing calls this directly
no test coverage detected