|
@@ -1036,7 +1036,7 @@ public class BFRecordScreenController: BFBaseViewController {
|
|
|
if itemModels[currItemModelIndex].mediaType == .IMAGE {
|
|
|
let currDuration = model.endCMTime - model.startCMTime
|
|
|
itemModels[currItemModelIndex].materialDuraion = itemModels[currItemModelIndex].materialDuraion - currDuration.seconds
|
|
|
- currentAssetProgress = CMTime(seconds: model.startCMTime.seconds, preferredTimescale: 1000)
|
|
|
+ currentAssetProgress = model.startCMTime
|
|
|
// 更新进度
|
|
|
resetCurrentProgress()
|
|
|
for (index, item) in itemModels[currItemModelIndex].voiceStickers.enumerated() {
|