update inputmanager and physics stepping

This commit is contained in:
turanszkij
2016-04-30 19:28:44 +02:00
parent 04e426e494
commit f1de37b4cb
14 changed files with 117 additions and 59 deletions
+2
View File
@@ -101,6 +101,8 @@ void MainComponent::run()
Update();
}
getActiveComponent()->FixedUpdate(elapsedTime);
Render();
wiRenderer::Present(bind(&MainComponent::Compose, this));