瀏覽代碼

修改注释

jsonwang 3 年之前
父節點
當前提交
cf1e4bd2c3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      BFFramework/Classes/PQGPUImage/akfilters/PQImageFilter.swift

+ 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)
         }