Navdisplay: fix runway symbol
This commit is contained in:
parent
dd1e0cba46
commit
2452ab0f5c
1 changed files with 1 additions and 2 deletions
|
@ -57,6 +57,5 @@ var _draw_rwy_nd = func (group, lat, lon, length, width, rwyhdg, id) {
|
|||
.setFont("LiberationFonts/LiberationSans-Regular.ttf")
|
||||
.setFontSize(28)
|
||||
.setTranslation(35,0)
|
||||
.setColor(1,1,1)
|
||||
.setBackdropColor(0,0,0);
|
||||
.setColor(1,1,1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue