Update the parent transform class in Timeline updates fixes #3691

This commit is contained in:
Roxeena
2025-05-28 15:28:09 +02:00
parent 10e2da78df
commit 9d3bc5ac68
4 changed files with 10 additions and 4 deletions

View File

@@ -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 {