summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnsis Brammanis <ansis@mapbox.com>2017-11-07 14:23:59 -0500
committerChris Loer <chris.loer@mapbox.com>2017-11-07 11:43:02 -0800
commitd4c8395b236b94427239c71cc053bb37da2b6f98 (patch)
tree7c1e88978512636164a9f859ed540fbd222ecea2
parentc9bc71975feb1c67a9558bfa8f64955c3fe24a5c (diff)
downloadqtlocation-mapboxgl-d4c8395b236b94427239c71cc053bb37da2b6f98.tar.gz
I checked and this seems right [skip ci]
-rw-r--r--src/mbgl/text/placement.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mbgl/text/placement.cpp b/src/mbgl/text/placement.cpp
index f19cbe1985..2a24a803a7 100644
--- a/src/mbgl/text/placement.cpp
+++ b/src/mbgl/text/placement.cpp
@@ -212,7 +212,6 @@ void Placement::updateBucketOpacities(SymbolBucket& bucket, std::unordered_set<u
seenCrossTileIDs.insert(symbolInstance.crossTileID);
- // TODO check if hasText is the right thing here, or if there are cases where hasText is true but it's not added to the buffers
if (symbolInstance.hasText) {
auto opacityVertex = SymbolOpacityAttributes::vertex(opacityState.text.placed, opacityState.text.opacity);
for (size_t i = 0; i < symbolInstance.horizontalGlyphQuads.size() * 4; i++) {