Skip to content

Commit

Permalink
silly bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gavrix committed Sep 30, 2012
1 parent 35a852c commit fc2b4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Source/GPUImageTwoInputFilter.m
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ - (void)newFrameReadyAtTime:(CMTime)frameTime atIndex:(NSInteger)textureIndex;
secondFrameTime = frameTime;
if (firstFrameCheckDisabled)
{
hasReceivedSecondFrame = YES;
hasReceivedFirstFrame = YES;
}

if (!CMTIME_IS_INDEFINITE(frameTime))
Expand Down

0 comments on commit fc2b4d7

Please sign in to comment.