1
0
Fork 0

Navdisplay: fix runway symbol

This commit is contained in:
Gijs de Rooy 2014-07-12 17:56:48 +02:00
parent dd1e0cba46
commit 2452ab0f5c

View file

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