2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 22:27:43 +00:00

Update for font rendering

This commit is contained in:
Jack Andersen
2015-11-26 13:04:11 -10:00
parent 21d79919e2
commit b9769f7b03
3 changed files with 4 additions and 2 deletions

View File

@@ -44,6 +44,8 @@ struct Application : boo::IApplicationCallback
boo::IGraphicsCommandQueue* gfxQ = m_mainWindow->getCommandQueue();
while (m_running)
{
if (rootView.isDestroyed())
break;
m_cvarManager.update();
m_mainWindow->waitForRetrace();
rootView.draw(gfxQ);