1
0
Fork 0

8 is a bit too much for <marker-offset> default; use 5

This commit is contained in:
mfranz 2006-07-24 17:46:08 +00:00
parent 04818a4bc7
commit 77019014d6

View file

@ -32,7 +32,7 @@ HUD::Label::Label(HUD *hud, const SGPropertyNode *n, float x, float y) :
_input(n->getNode("input", false)),
_fontsize(fgGetInt("/sim/startup/xsize") > 1000 ? FONT_LARGE : FONT_SMALL), // FIXME
_box(n->getBoolValue("box", false)),
_marker_offset(n->getFloatValue("marker-offset", 8)),
_marker_offset(n->getFloatValue("marker-offset", 5)),
_blink_condition(0),
_blink_interval(n->getFloatValue("blinking/interval", -1.0f)),
_blink_target(0.0),