Fix of RenderableTrail

This commit is contained in:
Alexander Bock
2015-02-14 10:52:17 +01:00
parent 8df0e5dc3f
commit c57285c34f
2 changed files with 6 additions and 4 deletions

View File

@@ -497,7 +497,7 @@ void OpenSpaceEngine::preSynchronization() {
_interactionHandler.update(dt);
_interactionHandler.lockControls();
//Time::ref().advanceTime(dt);
Time::ref().advanceTime(dt);
}
}