mirror of https://github.com/AxioDL/metaforce.git
Update submodules
This commit is contained in:
parent
1c87721485
commit
8d7005bfdb
|
@ -1,6 +1,7 @@
|
|||
#include "ViewManager.hpp"
|
||||
#include "Specter/Control.hpp"
|
||||
#include "Specter/Space.hpp"
|
||||
#include "Specter/Menu.hpp"
|
||||
#include "SplashScreen.hpp"
|
||||
#include "locale/locale.hpp"
|
||||
#include "ResourceBrowser.hpp"
|
||||
|
@ -191,6 +192,9 @@ bool ViewManager::proc()
|
|||
}
|
||||
|
||||
m_rootView->dispatchEvents();
|
||||
Specter::Menu* rcMenu = dynamic_cast<Specter::Menu*>(m_rootView->getRightClickMenu());
|
||||
if (rcMenu)
|
||||
rcMenu->think();
|
||||
if (m_rootSpace)
|
||||
m_rootSpace->think();
|
||||
if (m_splash)
|
||||
|
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
|||
Subproject commit 5d68de71aff72bab34bcefdbc8a98a3767f9b219
|
||||
Subproject commit c86d28049dcb01123370b6521727625796e138da
|
|
@ -1 +1 @@
|
|||
Subproject commit 7c530c2cb09e72c708029b09604a2a8a3a672f68
|
||||
Subproject commit 8b508728ef85ba32c036e3f5aebd570d2a15b4c0
|
Loading…
Reference in New Issue