mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 13:04:56 +00:00
Numerous uninitialized memory fixes
This commit is contained in:
@@ -353,7 +353,9 @@ bool ViewManager::proc() {
|
||||
gfxQ->execute();
|
||||
if (g_ResFactory)
|
||||
g_ResFactory->AsyncIdle();
|
||||
#ifndef URDE_MSAN
|
||||
m_voiceEngine->pumpAndMixVoices();
|
||||
#endif
|
||||
if (!m_skipWait || !hecl::com_developer->toBoolean())
|
||||
m_mainWindow->waitForRetrace();
|
||||
CBooModel::ClearModelUniformCounters();
|
||||
|
||||
Reference in New Issue
Block a user