Skip to content

Commit

Permalink
sync framerate
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobby Sudekum committed Jun 14, 2018
1 parent ed94c6c commit a9d45a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapboxNavigation/NavigationMapView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ open class NavigationMapView: MGLMapView, UIGestureRecognizerDelegate {
open var tracksUserCourse: Bool = false {
didSet {
if tracksUserCourse {
enableFrameByFrameCourseViewTracking(for: 2)
enableFrameByFrameCourseViewTracking(for: 3)
altitude = NavigationMapView.defaultAltitude
showsUserLocation = true
courseTrackingDelegate?.navigationMapViewDidStartTrackingCourse?(self)
Expand Down

0 comments on commit a9d45a4

Please sign in to comment.