Fix up display of nav settings in skyview

This commit is contained in:
Oliver Jowett 2018-03-08 21:41:29 +00:00
parent d267d2257a
commit 0b9f7e4cef
3 changed files with 11 additions and 11 deletions

View file

@ -25,7 +25,7 @@ function PlaneObject(icao) {
this.true_heading = null;
this.mach = null;
this.roll = null;
this.nav_alt = null;
this.nav_altitude = null;
this.nav_heading = null;
this.nav_modes = null;
this.nav_qnh = null;