Integrating latest 47acbe8

This commit is contained in:
alexpete
2021-03-25 13:57:57 -07:00
parent 448c549698
commit 75dc720198
10312 changed files with 2711566 additions and 671451 deletions
+8
View File
@@ -213,6 +213,9 @@ CEditorImpl::CEditorImpl()
SetPrimaryCDFolder();
gSettings.Load();
// retrieve this after the settings have been loaded
m_isPrefabSystemEnabled = gSettings.prefabSystem;
m_pErrorReport = new CErrorReport;
m_pClassFactory = CClassFactory::Instance();
m_pCommandManager = new CEditorCommandManager;
@@ -2095,6 +2098,11 @@ bool CEditorImpl::IsNewViewportInteractionModelEnabled() const
return m_isNewViewportInteractionModelEnabled;
}
bool CEditorImpl::IsPrefabSystemEnabled() const
{
return m_isPrefabSystemEnabled;
}
void CEditorImpl::OnStartPlayInEditor()
{
if (SelectionContainsComponentEntities())