summaryrefslogtreecommitdiff
path: root/include/mbgl/storage/resource.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/storage/resource.hpp')
-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;