mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-09 16:48:43 +08:00
[cpp] Closes #1435, AnimationState#computeNotLast() was wrong.
This commit is contained in:
parent
336288cb2e
commit
5bbfa490bf
@ -1071,6 +1071,7 @@ void AnimationState::computeNotLast(TrackEntry *entry) {
|
||||
AttachmentTimeline *timeline = static_cast<AttachmentTimeline *>(timelines[i]);
|
||||
if (!_propertyIDs.contains(timeline->getSlotIndex())) {
|
||||
_propertyIDs.add(timeline->getSlotIndex());
|
||||
} else {
|
||||
timelineMode[i] |= NotLast;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user