mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-12 16:05:52 +00:00
Fix crash on quit
This commit is contained in:
parent
b1eaf6a617
commit
c8e0f886c6
@ -273,6 +273,9 @@ void ViewManager::stop()
|
|||||||
{
|
{
|
||||||
pshag::CElementGen::Shutdown();
|
pshag::CElementGen::Shutdown();
|
||||||
pshag::CLineRenderer::Shutdown();
|
pshag::CLineRenderer::Shutdown();
|
||||||
|
m_iconsToken.doDestroy();
|
||||||
|
m_viewResources.destroyResData();
|
||||||
|
m_fontCache.destroyAtlases();
|
||||||
m_mainWindow->getCommandQueue()->stopRenderer();
|
m_mainWindow->getCommandQueue()->stopRenderer();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit ae23a0aea81dfcacb7164ef8d5977a2c3c68a0af
|
Subproject commit c7b25516f025e3c7d7eed30712145cdb249dad05
|
Loading…
x
Reference in New Issue
Block a user