Fixed so some of the tests are working again. Also removed the test errors

This commit is contained in:
verysecrethero
2016-02-18 11:27:07 +01:00
parent 5dd85d2748
commit 64610e3c03
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ CapturePointTest::CapturePointTest(int runTestNumber)
m_World = new World();
// Create system pipeline
m_SystemPipeline = new SystemPipeline(m_World,m_EventBroker);
m_SystemPipeline = new SystemPipeline(m_World,m_EventBroker, true, false);
m_SystemPipeline->AddSystem<HealthSystem>(0);
m_SystemPipeline->AddSystem<CapturePointSystem>(1);