... but without debug message. :-)
This commit is contained in:
parent
080432cd17
commit
020e495197
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ var Tanker = {
|
|||
|
||||
if ((me.interval += dt) >= 10) {
|
||||
me.interval -= 10;
|
||||
print("recalc wind");
|
||||
me.headwind = aircraft.wind_speed_from(me.heading);
|
||||
me.ktas = aircraft.kias_to_ktas(me.kias, alt);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue