mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-11 15:41:48 +00:00
Fix shutdown ordering issues
This commit is contained in:
@@ -307,6 +307,8 @@ public:
|
||||
g_mainMP1->Shutdown();
|
||||
}
|
||||
g_mainMP1.reset();
|
||||
m_renderTex.reset();
|
||||
m_pipelineConv.reset();
|
||||
if (m_window) {
|
||||
m_window->getCommandQueue()->stopRenderer();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user