summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/darwin/src/MGLOpenGLStyleLayer.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLOpenGLStyleLayer.mm b/platform/darwin/src/MGLOpenGLStyleLayer.mm
index 2e819f0a2b..e41ad2465a 100644
--- a/platform/darwin/src/MGLOpenGLStyleLayer.mm
+++ b/platform/darwin/src/MGLOpenGLStyleLayer.mm
@@ -191,7 +191,7 @@ void MGLFinishCustomStyleLayer(void *context) {
/**
Forces the map view associated with this style to redraw the receiving layer,
- causing its drawing handler to be run.
+ causing the `-drawInMapView:withContext:` method to be called.
*/
- (void)setNeedsDisplay {
[self.mapView setNeedsGLDisplay];