Remove local, shared, synced versions of Time. Keep one source of true

This commit is contained in:
Erik Broberg
2016-09-03 19:45:58 -04:00
parent 16b79759b9
commit 9196ec2f50
15 changed files with 40 additions and 98 deletions
@@ -390,7 +390,7 @@ void RenderablePlanetProjection::update(const UpdateData& data) {
_projectionComponent.update();
_time = Time::ref().currentTime();
_time = Time::ref().j2000Seconds();
_capture = false;
if (openspace::ImageSequencer::ref().isReady()){