Debug.EditorEnabled

This commit is contained in:
2016-02-12 09:17:28 +01:00
parent 0a31fa3dfd
commit 71c03326aa
+1
View File
@@ -40,6 +40,7 @@ EditorSystem::EditorSystem(SystemParams params, IRenderer* renderer, RenderFrame
m_EditorStats = new EditorStats();
m_Enabled = ResourceManager::Load<ConfigFile>("Config.ini")->Get<bool>("Debug.EditorEnabled", false);
if (m_Enabled) {
Enable();
}