Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMoriarty committed May 20, 2013
1 parent 1ac93eb commit 41c6316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Source/GPUImageThreeInputFilter.m
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ - (void)newFrameReadyAtTime:(CMTime)frameTime atIndex:(NSInteger)textureIndex;
outputTextureRetainCount = [targets count];

// You can set up infinite update loops, so this helps to short circuit them
if (hasReceivedFirstFrame && hasReceivedSecondFrame)
if (hasReceivedFirstFrame && hasReceivedSecondFrame && hasReceivedThirdFrame)
{
return;
}
Expand Down

0 comments on commit 41c6316

Please sign in to comment.