parent
d153f31a74
commit
4768c340a6
|
|
@ -143,7 +143,14 @@ namespace kiwano
|
|||
{
|
||||
(*iter)->DestroyComponent();
|
||||
}
|
||||
components_.clear();
|
||||
}
|
||||
|
||||
// Destroy all instances
|
||||
Renderer::Destroy();
|
||||
Input::Destroy();
|
||||
Window::Destroy();
|
||||
Logger::Destroy();
|
||||
}
|
||||
|
||||
void Application::Use(Component* component)
|
||||
|
|
|
|||
Loading…
Reference in New Issue