Skip to content

Commit

Permalink
revert pr BradLarson#84, solved by properly locking renderframebuffer…
Browse files Browse the repository at this point in the history
… of BasicOperation
  • Loading branch information
joshbernfeld committed Dec 25, 2017
1 parent 82945ef commit 8d06f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Source/Pipeline.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class WeakImageConsumer {

public class TargetContainer:Sequence {
var targets = [WeakImageConsumer]()
var count:Int { get { return self.dispatchQueue.sync{return targets.count}}}
var count:Int { get { return targets.count } }
#if !os(Linux)
let dispatchQueue = DispatchQueue(label:"com.sunsetlakesoftware.GPUImage.targetContainerQueue", attributes: [])
#endif
Expand Down

0 comments on commit 8d06f0c

Please sign in to comment.