summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-06-17 11:35:05 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-06-17 11:38:03 -0700
commit86d768c2af70fb635c645ab117b022b69b686f76 (patch)
treec7224be2d6e68aa9e3b9240c10efb31d4e50c7c3 /platform
parent061511bc6958822de0db6e320cdcf24f5c0781ec (diff)
downloadqtlocation-mapboxgl-86d768c2af70fb635c645ab117b022b69b686f76.tar.gz
[macos] Fix an intended floating point division
Diffstat (limited to 'platform')
-rw-r--r--platform/macos/app/MapDocument.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/app/MapDocument.m b/platform/macos/app/MapDocument.m
index e9f3b99592..5d05bacc5b 100644
--- a/platform/macos/app/MapDocument.m
+++ b/platform/macos/app/MapDocument.m
@@ -307,7 +307,7 @@ NS_ARRAY_OF(id <MGLAnnotation>) *MBXFlattenedShapes(NS_ARRAY_OF(id <MGLAnnotatio
}
}
- [NSTimer scheduledTimerWithTimeInterval:1/60
+ [NSTimer scheduledTimerWithTimeInterval:1.0/60.0
target:self
selector:@selector(dropOneOfManyPins:)
userInfo:annotations