Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JG committed Feb 19, 2015
1 parent debe638 commit 5d3e3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pod/Classes/IGAssetsPickerViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ - (void)cropAction {

}
#else
if(self.delegate && [self.delegate respondsToSelector:@selector(IGAssetsPickerGetCropRegion: withAsset:)])
if(self.delegate && [self.delegate respondsToSelector:@selector(IGAssetsPickerGetCropRegion: withAlAsset:)])
{
CGRect rect = [self.cropView getCropRegion];
[self.delegate IGAssetsPickerGetCropRegion:rect withAlAsset:self.cropView.alAsset];
Expand Down

0 comments on commit 5d3e3e0

Please sign in to comment.