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

Updates for Menu

This commit is contained in:
Jack Andersen
2016-01-15 13:35:59 -10:00
parent 399a48ece3
commit 342fc4a00c
6 changed files with 8 additions and 5 deletions

View File

@@ -36,7 +36,6 @@ void ViewManager::RootSpaceViewBuilt(Specter::View *view)
std::vector<Specter::View*>& cViews = m_rootView->accessContentViews();
cViews.clear();
cViews.push_back(view);
printf("RootView Set: %p [%p]\n\n", m_rootView.get(), view);
cViews.push_back(m_splash.get());
m_rootView->updateSize();
}