mirror of https://github.com/AxioDL/metaforce.git
Update submodules
This commit is contained in:
parent
85880e27c5
commit
772060ac14
|
@ -18,7 +18,7 @@ namespace RUDE
|
|||
#define TEXT_MARGIN 10
|
||||
|
||||
SplashScreen::SplashScreen(ViewManager& vm, Specter::ViewResources& res)
|
||||
: ModalWindow(res, vm.rootView(), SPLASH_WIDTH, SPLASH_HEIGHT), m_vm(vm),
|
||||
: ModalWindow(res, vm.rootView(), SPLASH_WIDTH * res.pixelFactor(), SPLASH_HEIGHT * res.pixelFactor()), m_vm(vm),
|
||||
m_textColor(res.themeData().uiText()),
|
||||
m_textColorClear(m_textColor),
|
||||
m_newProjBind(*this),
|
||||
|
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
|||
Subproject commit ec4626d5380e8f5ae2a83316ede1519c6d04d6fc
|
||||
Subproject commit f43e5c442608852a46e4f7b3bce499ade7111440
|
|
@ -1 +1 @@
|
|||
Subproject commit c4c83aa1786e675763dd8050183eb164c92e9652
|
||||
Subproject commit c8024afd8ffc56228e69aea992d8123b3bcbc276
|
Loading…
Reference in New Issue