summaryrefslogtreecommitdiff
path: root/include/mbgl/style/rasterize_properties.hpp
diff options
context:
space:
mode:
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);