Commit 54cee002 authored by Chris Scott's avatar Chris Scott

Messed up a variable in refactor

parent f56d47bd
...@@ -496,7 +496,7 @@ ...@@ -496,7 +496,7 @@
} }
if (isMoving) { if (isMoving) {
isAcquiringSpeed = YES; isAcquiringSpeed = YES;
speedAcquisitionAttempts = 0; locationAcquisitionAttempts = 0;
locationManager.distanceFilter = distanceFilter; locationManager.distanceFilter = distanceFilter;
// Power-up the GPS temporarily until we get a good speed sample. // Power-up the GPS temporarily until we get a good speed sample.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment