summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-01-29 17:16:06 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-01-29 17:16:06 -0800
commit2920020fb87b7bc497a898544d51cfa390b520dd (patch)
tree312795a69ef6a854b1d780128d52b8a8db104ef7 /include
parentb41a73e1c1dfea982df4a0326d45a48babc22dd4 (diff)
downloadqtlocation-mapboxgl-2920020fb87b7bc497a898544d51cfa390b520dd.tar.gz
[core] Change TileData pixelRatio to an integer
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/storage/resource.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/storage/resource.hpp b/include/mbgl/storage/resource.hpp
index d684e16d1b..c97384e6a7 100644
--- a/include/mbgl/storage/resource.hpp
+++ b/include/mbgl/storage/resource.hpp
@@ -22,7 +22,7 @@ public:
struct TileData {
std::string urlTemplate;
- float pixelRatio;
+ uint8_t pixelRatio;
int32_t x;
int32_t y;
int8_t z;