summaryrefslogtreecommitdiff
path: root/platform/ios
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2016-08-15 13:47:25 -0700
committerJustin R. Miller <incanus@codesorcery.net>2016-08-16 11:29:26 -0700
commit01b94de107de875a6889258e72e5e060c0de0881 (patch)
treede59c3fe781dcfeebf8f19c77f67b623bd205a31 /platform/ios
parent31f15c6c62960c25deebf9475014090b696d42e1 (diff)
downloadqtlocation-mapboxgl-01b94de107de875a6889258e72e5e060c0de0881.tar.gz
fixes #5957: automatically call update() for iOS runtime style API
Diffstat (limited to 'platform/ios')
-rw-r--r--platform/ios/app/MBXViewController.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/ios/app/MBXViewController.m b/platform/ios/app/MBXViewController.m
index df1c446c21..f1eed9625b 100644
--- a/platform/ios/app/MBXViewController.m
+++ b/platform/ios/app/MBXViewController.m
@@ -509,8 +509,6 @@ static NSString * const MBXViewControllerAnnotationViewReuseIdentifer = @"MBXVie
@14: @NO,
@15: @YES};
waterLayer.fillAntialias = fillAntialias;
-
- [waterLayer update];
}
- (void)styleRoadLayer