mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 21:07:42 +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);
|
||||
|
||||
2
hecl
2
hecl
Submodule hecl updated: c74e7d1fd8...a03fc683d5
Submodule libSpecter updated: 822b16e3ce...8c37e1f30e
Reference in New Issue
Block a user