mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-08 04:20:14 -05:00
Remove local, shared, synced versions of Time. Keep one source of true
This commit is contained in:
@@ -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()){
|
||||
|
||||
Reference in New Issue
Block a user