changed how time keyframes are used

This commit is contained in:
Joakim Kilby
2015-07-05 16:41:38 +02:00
parent 93e4a9b526
commit b53efe4f0e
4 changed files with 100 additions and 46 deletions

View File

@@ -643,7 +643,7 @@ void OpenSpaceEngine::preSynchronization() {
_renderEngine->preSynchronization();
_parallelConnection->update(dt);
_parallelConnection->preSynchronization();
}
}