Basic transformation widgets

This commit is contained in:
2015-12-15 18:01:20 +01:00
parent 51dd627ae3
commit 322aedaf72
6 changed files with 285 additions and 40 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ Game::Game(int argc, char* argv[])
m_SystemPipeline = new SystemPipeline(m_EventBroker);
m_SystemPipeline->AddSystem<RaptorCopterSystem>();
m_SystemPipeline->AddSystem<PlayerSystem>();
m_SystemPipeline->AddSystem<EditorSystem>();
m_SystemPipeline->AddSystem<EditorSystem>(m_Renderer);
m_LastTime = glfwGetTime();