mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
zeus constexpr refactor and thermal visor fixes
This commit is contained in:
@@ -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