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