diff options
author | Juan Linietsky <reduzio@gmail.com> | 2018-08-24 11:22:17 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2018-08-24 11:22:17 -0300 |
commit | f41dddf069ab3747e38f2236db17a46ea55200b0 (patch) | |
tree | a2ea754142a82e3358028b6f092241ee1256ff93 | |
parent | c399c41dfb065efab8d3b168ef0a1c5a5cf609d5 (diff) |
missed outline size in previous commit
-rw-r--r-- | scene/resources/dynamic_font.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/dynamic_font.cpp b/scene/resources/dynamic_font.cpp index 63908cea45..4df849df6a 100644 --- a/scene/resources/dynamic_font.cpp +++ b/scene/resources/dynamic_font.cpp @@ -1035,6 +1035,7 @@ DynamicFont::DynamicFont() : font_list(this) { cache_id.size = 16; + outline_cache_id.size = 16; spacing_top = 0; spacing_bottom = 0; spacing_char = 0; |