16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 09:59:18 +02:00

smooth brake fixes

This commit is contained in:
milek7
2018-07-17 17:27:52 +02:00
parent 08cf801c4e
commit 16d0f6ab65
3 changed files with 9 additions and 6 deletions

View File

@@ -250,6 +250,7 @@ eu07_application::run()
&& ( true == GfxRenderer.Render() ) ) {
glfwPollEvents();
input::Keyboard.poll();
simulation::Commands.update();
if (input::motiontelemetry)
input::motiontelemetry->update();
if (screenshot_queued)