missed outline size in previous commit

This commit is contained in:
Juan Linietsky 2018-08-24 11:22:17 -03:00
parent c399c41dfb
commit f41dddf069

View File

@ -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;