icecat: add release icecat-140.9.0-1gnu1 for ecne
This commit is contained in:
parent
8eb1f1732f
commit
a5f93cb214
1197 changed files with 30593 additions and 15344 deletions
|
|
@ -239,8 +239,12 @@ static AnimationHelper::SampleResult SampleAnimationForProperty(
|
|||
#endif
|
||||
}
|
||||
|
||||
uint32_t segmentIndex = 0;
|
||||
size_t segmentSize = animation.mSegments.Length();
|
||||
if (segmentSize == 0) {
|
||||
return AnimationHelper::SampleResult();
|
||||
}
|
||||
|
||||
uint32_t segmentIndex = 0;
|
||||
PropertyAnimation::SegmentData* segment = animation.mSegments.Elements();
|
||||
while (segment->mEndPortion < computedTiming.mProgress.Value() &&
|
||||
segmentIndex < segmentSize - 1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue