summaryrefslogtreecommitdiff
path: root/include/mbgl/style/rasterize_properties.hpp
diff options
context:
space:
mode:
authorLauren Budorick <lauren@mapbox.com>2014-08-05 18:13:02 -0700
committerLauren Budorick <lauren@mapbox.com>2014-08-11 12:13:22 -0700
commit9e1156d660cfe220db25c4f21de2aec2ed175487 (patch)
treee06bc8e9c04d7b8a6bbee1aba47b5f5bd904460a /include/mbgl/style/rasterize_properties.hpp
parentdf925fe0e5429085f0f443f4be1326c0616f6acc (diff)
downloadqtlocation-mapboxgl-9e1156d660cfe220db25c4f21de2aec2ed175487.tar.gz
take 2, still not working
Diffstat (limited to 'include/mbgl/style/rasterize_properties.hpp')
-rw-r--r--include/mbgl/style/rasterize_properties.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/style/rasterize_properties.hpp b/include/mbgl/style/rasterize_properties.hpp
index e1e56d6ec9..e156ede77b 100644
--- a/include/mbgl/style/rasterize_properties.hpp
+++ b/include/mbgl/style/rasterize_properties.hpp
@@ -15,7 +15,7 @@ public:
class RasterizeProperties {
public:
-// Function<bool> enabled = ConstantFunction<bool>(false); // going to need to delete this? or keep ?
+ Function<bool> enabled = ConstantFunction<bool>(false); // maybe delete?
Function<float> buffer = ConstantFunction<float>(1.0f / 32.0f);
Function<float> size = ConstantFunction<float>(256);
Function<float> blur = ConstantFunction<float>(0);