mirror of https://github.com/godotengine/godot
missed outline size in previous commit
This commit is contained in:
parent
c399c41dfb
commit
f41dddf069
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue