summaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-01-22 16:43:05 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-01-22 16:43:05 +0100
commit0f74a4bc90e1d4d69b50a443aa9f1ed42d071d4d (patch)
treed9894ef4a93a3a722b7b0e7215c33eb32ac25e52 /macosx
parent7983b968d74a395b29dff01246fe0ee9d6d8149e (diff)
downloadqtlocation-mapboxgl-0f74a4bc90e1d4d69b50a443aa9f1ed42d071d4d.tar.gz
fill drawing
Diffstat (limited to 'macosx')
-rw-r--r--macosx/main.mm3
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/main.mm b/macosx/main.mm
index cbf61eaf9d..cbbbd96ef0 100644
--- a/macosx/main.mm
+++ b/macosx/main.mm
@@ -249,8 +249,11 @@ void request(void *, Tile::Ptr tile) {
});
return;
}
+ // fall through to report tileFailed
}
+ // fall through to report tileFailed
}
+ // fall through to report tileFailed
dispatch_async(dispatch_get_main_queue(), ^ {
view->map.tileFailed(tile);