diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-01-22 16:43:05 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-01-22 16:43:05 +0100 |
commit | 0f74a4bc90e1d4d69b50a443aa9f1ed42d071d4d (patch) | |
tree | d9894ef4a93a3a722b7b0e7215c33eb32ac25e52 /macosx | |
parent | 7983b968d74a395b29dff01246fe0ee9d6d8149e (diff) | |
download | qtlocation-mapboxgl-0f74a4bc90e1d4d69b50a443aa9f1ed42d071d4d.tar.gz |
fill drawing
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/main.mm | 3 |
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); |