changed cleanup behaviour
This commit is contained in:
parent
7ba1abfca4
commit
f2974f0fe6
3 changed files with 6 additions and 3 deletions
|
@ -31,6 +31,9 @@ void Application::Quit()
|
|||
{
|
||||
delete topology;
|
||||
|
||||
lol::ShaderManager::GetInstance().Cleanup();
|
||||
lol::ObjectManager<lol::Texture1D>::GetInstance().Cleanup();
|
||||
|
||||
glfwDestroyWindow(window);
|
||||
window = nullptr;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue