huzhiqiang 3 anni fa
parent
commit
cc349cc609

+ 1 - 1
BFFramework/Classes/PQGPUImage/Source/TwoStageOperation.swift

@@ -8,7 +8,7 @@ open class TwoStageOperation: BasicOperation {
     override func internalRenderFunction(_ inputFramebuffer: Framebuffer, textureProperties: [InputTextureProperties]) {
         
         if inputFramebuffer.size.width == 0 && inputFramebuffer.size.height == 0 {
-            HHZPrint("frame buffer data error")
+            BFLog(message: "frame buffer data error")
             return
         }