rename variable

This commit is contained in:
Jonathan Redpath 2017-05-18 15:32:14 +01:00
parent 5f9acbc3fb
commit 0325ae1199

View file

@ -103,7 +103,7 @@ var greendot = maketimer(0.1, func {
var kg = (gwlb * factor);
var alt = getprop("position/altitude-ft");
var kg2= (kg / 1000);
var greendot = ((kg2 * 2) + 85);
setprop("/FMGC/internal/greendot-kts", greendot);
});
var greendotis = ((kg2 * 2) + 85);
setprop("/FMGC/internal/greendot-kts", greendotis);
},);