mirror of https://github.com/AxioDL/metaforce.git
Fix crash on quit
This commit is contained in:
parent
b1eaf6a617
commit
c8e0f886c6
|
@ -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
|
Loading…
Reference in New Issue