mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Update the parent transform class in Timeline updates fixes #3691
This commit is contained in:
@@ -91,6 +91,8 @@ void TimelineScale::update(const UpdateData& data) {
|
||||
if (KeyframePointer next = _timeline.firstKeyframeAfter(now, true); next) {
|
||||
next->data->update(data);
|
||||
}
|
||||
|
||||
Scale::update(data);
|
||||
}
|
||||
|
||||
glm::dvec3 TimelineScale::scaleValue(const UpdateData& data) const {
|
||||
|
||||
Reference in New Issue
Block a user