2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 22:27:41 +00:00

Update submodules

This commit is contained in:
Jack Andersen
2016-01-28 13:55:38 -10:00
parent 1c87721485
commit 8d7005bfdb
3 changed files with 6 additions and 2 deletions

View File

@@ -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

Submodule hecl updated: 5d68de71af...c86d28049d