Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Animate pitch reset
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Aug 26, 2015
1 parent 3dd38f1 commit 0c9f954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/ios/MGLMapView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -1776,7 +1776,7 @@ - (void)setPitch:(CGFloat)pitch animated:(BOOL)animated

- (void)resetPitch
{
[self setPitch:0];
[self setPitch:0 animated:YES];
}

- (MGLMapCamera *)camera
Expand Down

0 comments on commit 0c9f954

Please sign in to comment.