2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 14:24:56 +00:00

Add missing TickRenderTimings call, and fix bufOut advancement

This commit is contained in:
2016-07-07 23:53:06 -07:00
parent 746e7d9ff3
commit eb1e7870e5
2 changed files with 2 additions and 1 deletions

View File

@@ -344,6 +344,7 @@ bool ViewManager::proc()
m_voiceEngine->pumpAndMixVoices();
m_projManager.asyncIdle();
m_mainWindow->waitForRetrace();
CGraphics::TickRenderTimings();
return true;
}