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

+ 1 - 1
BFFramework/Classes/PQGPUImage/akfilters/PQImageFilter.swift

@@ -40,7 +40,7 @@ open class PQImageFilter: PQBaseFilter {
 //        print("mSticker path : \(String(describing: mSticker!.locationPath))")
 
         newImage = UIImage(contentsOfFile: documensDirectory + sticker.locationPath)
-        //支持 bundle 加载图片
+        //try find image file frome in BFFramework bundle
         if(newImage == nil){
             newImage = UIImage().BF_Image(named: sticker.locationPath)
         }