summaryrefslogtreecommitdiff
path: root/src/mbgl/map/map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/map/map.cpp')
-rw-r--r--src/mbgl/map/map.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/map/map.cpp b/src/mbgl/map/map.cpp
index 1b8cd2b0e7..5360e294c0 100644
--- a/src/mbgl/map/map.cpp
+++ b/src/mbgl/map/map.cpp
@@ -43,7 +43,7 @@ void Map::renderStill(StillImageCallback callback) {
}
void Map::renderSync() {
- context->invokeSync(&MapContext::render);
+ context->invokeSync(&MapContext::renderSync);
}
void Map::update(Update update_) {