From 9e1156d660cfe220db25c4f21de2aec2ed175487 Mon Sep 17 00:00:00 2001 From: Lauren Budorick Date: Tue, 5 Aug 2014 18:13:02 -0700 Subject: take 2, still not working --- include/mbgl/style/style_bucket.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/mbgl/style/style_bucket.hpp') diff --git a/include/mbgl/style/style_bucket.hpp b/include/mbgl/style/style_bucket.hpp index 25786720b1..5cb1b69312 100644 --- a/include/mbgl/style/style_bucket.hpp +++ b/include/mbgl/style/style_bucket.hpp @@ -82,6 +82,7 @@ public: class StyleBucketRaster { public: + bool prerendered = false; uint16_t raster_size = 256; float blur = 0.0f; float buffer = 0.03125f; -- cgit v1.2.1