mirror of https://github.com/AxioDL/metaforce.git
Update submodules
This commit is contained in:
parent
e4478c9ab3
commit
39c170fe47
|
@ -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);
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include "locale.hpp"
|
||||
#include <cstring>
|
||||
#include <clocale>
|
||||
|
||||
extern "C" const uint8_t L_en_US[];
|
||||
extern "C" size_t L_en_US_SZ;
|
||||
|
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
|||
Subproject commit 66387d8e4620334801e571485a1f489b95b546fb
|
||||
Subproject commit c56e96bf3e47e53ab633c987968089e9140dc745
|
|
@ -1 +1 @@
|
|||
Subproject commit 5e43ae0dface8e5ebcda04187e0eb3be6c67d0b6
|
||||
Subproject commit e3be0e248fa22982c217c5dc91c1e03914afb0ae
|
Loading…
Reference in New Issue