2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 03:47:43 +00:00

Update submodules

This commit is contained in:
Jack Andersen
2016-12-09 16:35:09 -10:00
parent 75b69b590c
commit b3debc0dbe
3 changed files with 3 additions and 3 deletions

View File

@@ -333,7 +333,7 @@ void ViewManager::init(boo::IApplication* app)
m_mainWindow->showWindow();
m_mainWindow->setWaitCursor(true);
float pixelFactor = 1.0;
float pixelFactor = m_mainWindow->getVirtualPixelFactor();
m_mainBooFactory = m_mainWindow->getMainContextDataFactory();
m_mainPlatformName = m_mainBooFactory->platformName();