mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Update submodules
This commit is contained in:
@@ -87,7 +87,7 @@ void ViewManager::init(boo::IApplication* app)
|
|||||||
m_mainWindow->showWindow();
|
m_mainWindow->showWindow();
|
||||||
m_mainWindow->setWaitCursor(true);
|
m_mainWindow->setWaitCursor(true);
|
||||||
|
|
||||||
float pixelFactor = 1.0;
|
float pixelFactor = 2.0;
|
||||||
m_cvPixelFactor = m_cvarManager.newCVar("ed_pixelfactor", "User-selected UI Scale",
|
m_cvPixelFactor = m_cvarManager.newCVar("ed_pixelfactor", "User-selected UI Scale",
|
||||||
pixelFactor, HECL::CVar::EFlags::Editor | HECL::CVar::EFlags::Archive);
|
pixelFactor, HECL::CVar::EFlags::Editor | HECL::CVar::EFlags::Archive);
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
#include "locale.hpp"
|
#include "locale.hpp"
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
#include <clocale>
|
||||||
|
|
||||||
extern "C" const uint8_t L_en_US[];
|
extern "C" const uint8_t L_en_US[];
|
||||||
extern "C" size_t L_en_US_SZ;
|
extern "C" size_t L_en_US_SZ;
|
||||||
|
|||||||
2
hecl
2
hecl
Submodule hecl updated: 66387d8e46...c56e96bf3e
Submodule libSpecter updated: 5e43ae0dfa...e3be0e248f
Reference in New Issue
Block a user