mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 13:44:56 +00:00
zeus constexpr refactor and thermal visor fixes
This commit is contained in:
@@ -25,7 +25,7 @@ specter::View* Space::buildSpaceView(specter::ViewResources& res) {
|
||||
const zeus::CColor* classColor = SpaceMenuNode::LookupClassColor(m_class);
|
||||
m_spaceSelectButton.reset(new specter::Button(res, tb, &m_spaceSelectBind, "", classIcon,
|
||||
specter::Button::Style::Block,
|
||||
classColor ? *classColor : zeus::CColor::skWhite));
|
||||
classColor ? *classColor : zeus::skWhite));
|
||||
tb.push_back(m_spaceSelectButton.get(), 0);
|
||||
buildToolbarView(res, tb);
|
||||
return m_spaceView.get();
|
||||
|
||||
@@ -133,7 +133,7 @@ specter::View* ViewManager::BuildSpaceViews() {
|
||||
|
||||
specter::RootView* ViewManager::SetupRootView() {
|
||||
m_rootView.reset(new specter::RootView(*this, m_viewResources, m_mainWindow.get()));
|
||||
m_rootView->setBackground(zeus::CColor::skBlack);
|
||||
m_rootView->setBackground(zeus::skBlack);
|
||||
return m_rootView.get();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user