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

Update submodules

This commit is contained in:
Jack Andersen
2015-11-27 12:21:19 -10:00
parent b9769f7b03
commit d9759a6ae8
4 changed files with 13 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ struct Application : boo::IApplicationCallback
m_viewSystem.init(gf, &m_fontCache);
Specter::RootView rootView(m_viewSystem, m_mainWindow);
m_mainWindow->showWindow();
boo::IGraphicsCommandQueue* gfxQ = m_mainWindow->getCommandQueue();
while (m_running)
{