mirror of https://github.com/AxioDL/metaforce.git
Update submodules
This commit is contained in:
parent
defe2bb509
commit
e0b21ee614
|
@ -43,7 +43,7 @@ void ViewManager::SetupEditorView()
|
||||||
}
|
}
|
||||||
|
|
||||||
ViewManager::ViewManager(HECL::Runtime::FileStoreManager& fileMgr, HECL::CVarManager& cvarMgr)
|
ViewManager::ViewManager(HECL::Runtime::FileStoreManager& fileMgr, HECL::CVarManager& cvarMgr)
|
||||||
: m_cvarManager(cvarMgr), m_fontCache(fileMgr), m_translator(RUDE::LookupLocale("ja_JP")),
|
: m_cvarManager(cvarMgr), m_fontCache(fileMgr), m_translator(RUDE::SystemLocaleOrEnglish()),
|
||||||
m_setTo1(*this), m_setTo2(*this),
|
m_setTo1(*this), m_setTo2(*this),
|
||||||
m_split(*this),
|
m_split(*this),
|
||||||
m_space1(*this, "Hello, World!\n\n", "Hello Button", &m_setTo1),
|
m_space1(*this, "Hello, World!\n\n", "Hello Button", &m_setTo1),
|
||||||
|
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
||||||
Subproject commit c6c4718dc58e601ed5782d5d139362f20a42206e
|
Subproject commit 48edf99ecb7a15c8cf3f0c838e7193220d539dae
|
|
@ -1 +1 @@
|
||||||
Subproject commit 62bf56b5e94b4ff7f91da8741a6fad240c8d3728
|
Subproject commit 09325947b7531f4a5caa25f5c89f4d379dd9565f
|
Loading…
Reference in New Issue