Integrating latest 47acbe8
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user