summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-04-10 14:07:36 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-04-10 14:07:36 -0400
commit06bcab956018e0759d036de0f55145926a124382 (patch)
treeefcf5832b32caf67420a1c7ceb1f834ffcda912f /include
parenteb499e77c1f6cc77452cadd2445b7d99d1b6b7fa (diff)
downloadqtlocation-mapboxgl-06bcab956018e0759d036de0f55145926a124382.tar.gz
correctly update the map dimensions on rotate
refs #37
Diffstat (limited to 'include')
-rw-r--r--include/llmr/renderer/painter.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llmr/renderer/painter.hpp b/include/llmr/renderer/painter.hpp
index c5cf22c5e5..3a96f81001 100644
--- a/include/llmr/renderer/painter.hpp
+++ b/include/llmr/renderer/painter.hpp
@@ -43,7 +43,7 @@ public:
void renderPoint(PointBucket& bucket, const std::string& layer_name, const Tile::ID& id);
void renderText(TextBucket& bucket, const std::string& layer_name, const Tile::ID& id);
- void resize(int width, int height);
+ void resize();
void prepareClippingMask();
void drawClippingMask(const mat4& matrix, uint8_t clip_id, bool opaque = true);