Commit 44ff78ca authored by twanvl's avatar twanvl

forgot initialization of Font::type

parent 790916b2
...@@ -18,6 +18,7 @@ Font::Font() ...@@ -18,6 +18,7 @@ Font::Font()
, scale_down_to(100000) , scale_down_to(100000)
, shadow_displacement(0,0) , shadow_displacement(0,0)
, separator_color(128,128,128) , separator_color(128,128,128)
, type(NORMAL)
{} {}
bool Font::update(Context& ctx) { bool Font::update(Context& ctx) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment