summaryrefslogtreecommitdiff
path: root/src/renderer/painter_fill.cpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-05-26 12:30:27 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-05-26 12:30:27 +0200
commite506d6bcdddc2cda548e7e1dd064519b0856d534 (patch)
treeb12f5e53fe9552c83f27a0043f503570f92fc97c /src/renderer/painter_fill.cpp
parenta7c3b8b6f589cbe78744ac5eb4e1c1b2214c0c88 (diff)
downloadqtlocation-mapboxgl-e506d6bcdddc2cda548e7e1dd064519b0856d534.tar.gz
generalize stylesheet parse function
Diffstat (limited to 'src/renderer/painter_fill.cpp')
-rw-r--r--src/renderer/painter_fill.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/painter_fill.cpp b/src/renderer/painter_fill.cpp
index 6f28b6c0c1..76f510c7dc 100644
--- a/src/renderer/painter_fill.cpp
+++ b/src/renderer/painter_fill.cpp
@@ -152,7 +152,7 @@ void Painter::renderFill(FillBucket& bucket, const std::string& layer_name, cons
if (!properties.enabled) return;
- if (properties.prerendered) {
+ if (properties.prerender) {
if (pass == Translucent) {
// Buffer value around the 0..4096 extent that will be drawn into the 256x256 pixel
// texture. We later scale the texture so that the actual bounds will align with this