mirror of https://github.com/AxioDL/metaforce.git
Update specter
This commit is contained in:
parent
fbeba41ef1
commit
39012da281
|
@ -192,9 +192,7 @@ bool ViewManager::proc()
|
|||
}
|
||||
|
||||
m_rootView->dispatchEvents();
|
||||
Specter::Menu* rcMenu = dynamic_cast<Specter::Menu*>(m_rootView->getRightClickMenu());
|
||||
if (rcMenu)
|
||||
rcMenu->think();
|
||||
m_rootView->internalThink();
|
||||
if (m_rootSpace)
|
||||
m_rootSpace->think();
|
||||
if (m_splash)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d67b53245c5648b7a95008f26b7f6975464d630e
|
||||
Subproject commit 60d3894c73d85d95b206b4ecb3681b9512ef7ecf
|
Loading…
Reference in New Issue