mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 16:27:42 +00:00
Update submodules
This commit is contained in:
@@ -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
Submodule hecl updated: 5d68de71af...c86d28049d
Submodule libSpecter updated: 7c530c2cb0...8b508728ef
Reference in New Issue
Block a user