mirror of https://github.com/AxioDL/metaforce.git
Update for font rendering
This commit is contained in:
parent
21d79919e2
commit
b9769f7b03
|
@ -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
|
@ -1 +1 @@
|
|||
Subproject commit c74e7d1fd881190c66004e48cfc04fd9aec07850
|
||||
Subproject commit a03fc683d57ae0fb76dfd54a9c417193bc4944f9
|
|
@ -1 +1 @@
|
|||
Subproject commit 822b16e3ced408af9f4be7a83b03d22727a4ab95
|
||||
Subproject commit 8c37e1f30e8ece99837200b949313be7ec570133
|
Loading…
Reference in New Issue