Beautifully broken

This commit is contained in:
2014-05-22 22:04:54 +02:00
parent 609687d6b4
commit 4102756e33
14 changed files with 135 additions and 48 deletions
+1
View File
@@ -38,6 +38,7 @@ public:
m_InputManager->Update(dt);
m_World->Update(dt);
m_Renderer->Draw(dt);
m_EventBroker->Clear();
glfwPollEvents();
}