huzhiqiang hace 3 años
padre
commit
cc349cc609
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      BFFramework/Classes/PQGPUImage/Source/TwoStageOperation.swift

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