From 6855590548b867c4c9d3b7a1579ca74b49ea72b4 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 28 Aug 2014 16:48:01 -0700 Subject: Fix default text-size --- include/mbgl/style/style_properties.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/mbgl/style/style_properties.hpp') diff --git a/include/mbgl/style/style_properties.hpp b/include/mbgl/style/style_properties.hpp index 891406ff8b..20200a0dd7 100644 --- a/include/mbgl/style/style_properties.hpp +++ b/include/mbgl/style/style_properties.hpp @@ -61,7 +61,7 @@ struct SymbolProperties { struct { float opacity = 1.0f; - float size = 12.0f; + float size = 16.0f; Color color = {{ 0, 0, 0, 1 }}; Color halo_color = {{ 0, 0, 0, 0 }}; float halo_width = 0.0f; -- cgit v1.2.1