diff --git a/source/Game.cpp b/source/Game.cpp index f395494..4178c46 100644 --- a/source/Game.cpp +++ b/source/Game.cpp @@ -73,8 +73,6 @@ void Game::processEvents() MessageQueue& queue = m_platform->getMessageQueue(); SysEvent event; - m_platform->update(); - while(queue.pollEvent(event)) { if (event.type == SysEvent::Quit) {