2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 11:07:44 +00:00

Update submodules

This commit is contained in:
Jack Andersen
2015-12-07 19:43:28 -10:00
parent e4478c9ab3
commit 39c170fe47
4 changed files with 4 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ void ViewManager::init(boo::IApplication* app)
m_mainWindow->showWindow();
m_mainWindow->setWaitCursor(true);
float pixelFactor = 1.0;
float pixelFactor = 2.0;
m_cvPixelFactor = m_cvarManager.newCVar("ed_pixelfactor", "User-selected UI Scale",
pixelFactor, HECL::CVar::EFlags::Editor | HECL::CVar::EFlags::Archive);