mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-06 19:39:56 -05:00
uncommented the advance time line
This commit is contained in:
@@ -499,7 +499,7 @@ void OpenSpaceEngine::preSynchronization() {
|
||||
_interactionHandler.update(dt);
|
||||
_interactionHandler.lockControls();
|
||||
|
||||
// Time::ref().advanceTime(dt);
|
||||
Time::ref().advanceTime(dt);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user