mirror of https://github.com/AxioDL/metaforce.git
Update submodules
This commit is contained in:
parent
75b69b590c
commit
b3debc0dbe
|
@ -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();
|
||||
|
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
|||
Subproject commit ec7262879ff67d143c11e1a143e9d6a2d673a339
|
||||
Subproject commit 389c6a2e3d7aaffc132c7d027af8eb17873433ed
|
2
specter
2
specter
|
@ -1 +1 @@
|
|||
Subproject commit 1410e76566910b2436d1588f6976470684d57e33
|
||||
Subproject commit ac2ebd5499cfcdb6183c7fa26618555575f9b9c6
|
Loading…
Reference in New Issue