--------------------------------- EditorApp::d-tor
| 82 | // EditorApp::d-tor |
| 83 | // |
| 84 | EditorApp::~EditorApp() |
| 85 | { |
| 86 | core::PerformanceInfo::DestroyInstance(); |
| 87 | core::InputManager::DestroyInstance(); |
| 88 | |
| 89 | EditorConfig::DestroyInstance(); |
| 90 | |
| 91 | core::ResourceManager::DestroyInstance(); |
| 92 | |
| 93 | core::Logger::Release(); |
| 94 | core::TickManager::GetInstance()->DestroyInstance(); |
| 95 | } |
| 96 | |
| 97 | //--------------------------------- |
| 98 | // EditorApp::create |
nothing calls this directly
no test coverage detected