Fix crash on quit

This commit is contained in:
Jack Andersen 2016-02-24 11:21:09 -10:00
parent b1eaf6a617
commit c8e0f886c6
2 changed files with 4 additions and 1 deletions

View File

@ -273,6 +273,9 @@ void ViewManager::stop()
{
pshag::CElementGen::Shutdown();
pshag::CLineRenderer::Shutdown();
m_iconsToken.doDestroy();
m_viewResources.destroyResData();
m_fontCache.destroyAtlases();
m_mainWindow->getCommandQueue()->stopRenderer();
}

@ -1 +1 @@
Subproject commit ae23a0aea81dfcacb7164ef8d5977a2c3c68a0af
Subproject commit c7b25516f025e3c7d7eed30712145cdb249dad05