jsonwang %!s(int64=3) %!d(string=hai) anos
pai
achega
86521b7eae

+ 2 - 2
BFFramework/Classes/Stuckpoint/ViewModel/PQGPUImagePlayerView.swift

@@ -446,7 +446,7 @@ public class PQGPUImagePlayerView: UIView {
                     showFitler = PQImageFilter(sticker: currentSticker)
                 }
                 if showFitler != nil {
-                    
+                    print( " 加入到缓存 的 filter timelinein:\(currentSticker.timelineIn) timelineout: \(currentSticker.timelineOut) in :\(currentSticker.model_in) out: \(currentSticker.out) index : \(index)")
                     cacheFilters.append(showFitler!)
                 }
 
@@ -509,7 +509,7 @@ public class PQGPUImagePlayerView: UIView {
     /// 按时间从缓存中取出要显示的filter
     /// - Parameter currTime: 当前播放时间
     func changeFilter(currTime: Float64) {
-      
+        FilterLog(message: " 要查找的 currTime is \(currTime)")
         //1,删除已经显示过的 filter
         self.cacheFilters.removeAll(where: {(filter) -> Bool in