Added RaptorCopter example system

This commit is contained in:
sippeangelo
2015-12-10 10:17:18 +01:00
parent 352074da04
commit 0367826f16
9 changed files with 95 additions and 38 deletions
+1
View File
@@ -44,6 +44,7 @@ Game::Game(int argc, char* argv[])
// Create system pipeline
m_SystemPipeline = new SystemPipeline(m_EventBroker);
m_SystemPipeline->AddSystem<RaptorCopterSystem>();
m_LastTime = glfwGetTime();