|
@@ -62,7 +62,7 @@ class BFIndirectionProgressView: UIView {
|
|
|
}
|
|
|
|
|
|
items?.forEach { [weak self] model in
|
|
|
- _ = createItemView(minX: model.startTime * CGFloat(self?.percenWidth ?? 0), width: (model.endCMTime.seconds - model.startCMTime.seconds) * CGFloat(self?.percenWidth ?? 0))
|
|
|
+ _ = createItemView(minX: model.startCMTime.seconds * CGFloat(self?.percenWidth ?? 0), width: (model.endCMTime.seconds - model.startCMTime.seconds) * CGFloat(self?.percenWidth ?? 0))
|
|
|
}
|
|
|
}
|
|
|
|