Revert "Clearing raw input events from event broker to encourage use of input commands instead"

This reverts commit 2e7e8d3546.
This commit is contained in:
2015-12-13 13:53:03 +01:00
parent e5084e13ec
commit b66cf47ff0
-1
View File
@@ -80,7 +80,6 @@ void Game::Tick()
m_EventBroker->Swap();
m_InputProxy->Update(dt);
m_EventBroker->Swap();
m_EventBroker->Clear();
m_InputProxy->Process();
m_EventBroker->Swap();