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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user