mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-23 05:19:18 -06:00
Fix applications of Time::ref and replace with TimeManager calls
This commit is contained in:
@@ -285,7 +285,8 @@ void RenderableGalaxy::update(const UpdateData& data) {
|
||||
_raycaster->setStepSize(_stepSize);
|
||||
_raycaster->setAspect(_aspect);
|
||||
_raycaster->setModelTransform(volumeTransform);
|
||||
_raycaster->setTime(data.time);
|
||||
// @EMIL: is this correct? ---abock
|
||||
_raycaster->setTime(data.time.j2000Seconds());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user