summaryrefslogtreecommitdiff
path: root/src/geometry/fill_buffer.cpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-02-06 15:29:23 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-02-06 15:29:23 +0100
commit9553bfa159f2a19aed1bea035bc01aa4f0de9906 (patch)
tree7bb544a31d0e37cb608d7a3b778579b9316512d4 /src/geometry/fill_buffer.cpp
parentf756768c18527c27242c65bd5fb20733c12a1708 (diff)
downloadqtlocation-mapboxgl-9553bfa159f2a19aed1bea035bc01aa4f0de9906.tar.gz
revert back to 32767
Diffstat (limited to 'src/geometry/fill_buffer.cpp')
-rw-r--r--src/geometry/fill_buffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geometry/fill_buffer.cpp b/src/geometry/fill_buffer.cpp
index ba6cfcb409..a90664238d 100644
--- a/src/geometry/fill_buffer.cpp
+++ b/src/geometry/fill_buffer.cpp
@@ -34,7 +34,7 @@ uint32_t FillBuffer::elements_length() const {
}
void FillBuffer::addDegenerate() {
- vertices.push_back(std::numeric_limits<vertex_type>::max());
+ vertices.push_back(32767);
vertices.push_back(0);
}