fix another forgotten geo.FT2M -> globals.FT2M
This commit is contained in:
parent
f104544ef8
commit
8b62c82b38
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ var dialog = {
|
|||
var ploc = me.getloc(c.getNode("position"));
|
||||
var ploc_course = loc.course_to(ploc);
|
||||
var ploc_dist = loc.distance_to(ploc);
|
||||
var altitude_m = c.getNode("position/altitude-ft").getValue()*geo.FT2M;
|
||||
var altitude_m = c.getNode("position/altitude-ft").getValue()*FT2M;
|
||||
|
||||
var pathN = c.getNode("sim/model/path");
|
||||
if (pathN != nil)
|
||||
|
|
Loading…
Add table
Reference in a new issue