mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Bitstream fixes
This commit is contained in:
@@ -183,7 +183,13 @@ bool ProjectManager::saveProject()
|
||||
void ProjectManager::mainUpdate()
|
||||
{
|
||||
if (m_mainMP1)
|
||||
m_mainMP1->Proc();
|
||||
{
|
||||
if (m_mainMP1->Proc())
|
||||
{
|
||||
m_mainMP1->Shutdown();
|
||||
m_mainMP1 = std::experimental::nullopt;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void ProjectManager::mainDraw()
|
||||
|
||||
Reference in New Issue
Block a user