Merge branch 'master' of https://github.com/teamfisk/TacticalZ into SeeTeamMates

This commit is contained in:
Teejoon
2016-02-17 18:00:30 +01:00
5 changed files with 26 additions and 14 deletions
+2
View File
@@ -43,6 +43,8 @@ EditorSystem::EditorSystem(SystemParams params, IRenderer* renderer, RenderFrame
m_Enabled = ResourceManager::Load<ConfigFile>("Config.ini")->Get<bool>("Debug.EditorEnabled", false);
if (m_Enabled) {
Enable();
} else {
Disable();
}
}