summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-07-22 17:18:38 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-07-22 17:18:38 +0200
commitd47f11574e25304ab11956ab92905d915a16c129 (patch)
tree543a3b438e892797d4fbfd29e11f7f97bfa7892b /src/map
parentfb151b3fbe2ed25d5255c4b532a041e868086011 (diff)
downloadqtlocation-mapboxgl-d47f11574e25304ab11956ab92905d915a16c129.tar.gz
do not explicitly render matte; we already cleared the background with glClear
Diffstat (limited to 'src/map')
-rw-r--r--src/map/map.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/map.cpp b/src/map/map.cpp
index ff76de8a5c..6124533e65 100644
--- a/src/map/map.cpp
+++ b/src/map/map.cpp
@@ -560,8 +560,6 @@ void Map::render() {
source->source->finishRender(painter);
}
- painter.renderMatte();
-
// Schedule another rerender when we definitely need a next frame.
if (transform.needsTransition() || style->hasTransitions()) {
update();