2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-06 11:55:54 +00:00

Fix blender shutdown crash

This commit is contained in:
Phillip Stephens 2017-01-21 21:43:31 -08:00
parent 34e3a7f383
commit 3bb331e989

View File

@ -203,6 +203,7 @@ void ProjectManager::shutdown()
m_mainMP1->Shutdown();
m_clientProc.shutdown();
m_factoryMP1.Shutdown();
hecl::BlenderConnection::Shutdown();
}
}