summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLStyle.h
diff options
context:
space:
mode:
authorFredrik Karlsson <bjorn.fredrik.karlsson@gmail.com>2016-12-19 15:58:38 +0100
committerFredrik Karlsson <bjorn.fredrik.karlsson@gmail.com>2016-12-22 13:35:09 +0100
commit916cd6c310ee4b7978efa9010123673f067ca6a9 (patch)
tree55cb9a6a6947cc00f8a0614780ff6fd03c74062f /platform/darwin/src/MGLStyle.h
parent56eb9fa61523f14c62f0b4437e33e67cab0d034e (diff)
downloadqtlocation-mapboxgl-916cd6c310ee4b7978efa9010123673f067ca6a9.tar.gz
[ios, macos] reversed MGLStyle.layers
Diffstat (limited to 'platform/darwin/src/MGLStyle.h')
-rw-r--r--platform/darwin/src/MGLStyle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLStyle.h b/platform/darwin/src/MGLStyle.h
index 1e0b87a73f..cc87d7defd 100644
--- a/platform/darwin/src/MGLStyle.h
+++ b/platform/darwin/src/MGLStyle.h
@@ -237,7 +237,7 @@ static const NSInteger MGLStyleDefaultVersion = 9;
#pragma mark Managing Style Layers
/**
- The layers included in the style, arranged according to their front-to-back
+ The layers included in the style, arranged according to their back-to-front
ordering on the screen.
*/
@property (nonatomic, strong) NS_MUTABLE_ARRAY_OF(MGLStyleLayer *) *layers;