Skip to content

Commit

Permalink
Update mock simulator camera code
Browse files Browse the repository at this point in the history
  • Loading branch information
利辺羅エルネスト committed Apr 22, 2014
1 parent 889f81d commit e966b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Camera/NBUCameraView.m
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ - (void)takePicture:(id)sender
image, NSStringFromCGSize(image.size), @(image.imageOrientation));
#else
// Mock simulator
_captureInProgress = NO;
UIImage * image = _mockImage;
NBULogInfo(@"Captured mock image: %@ of size: %@",
image, NSStringFromCGSize(_mockImage.size));
Expand Down

0 comments on commit e966b4d

Please sign in to comment.