What was this
This commit is contained in:
parent
fe8877c5c1
commit
830108dc8c
1 changed files with 0 additions and 2 deletions
|
@ -282,8 +282,6 @@ var showIESI = func {
|
|||
dlg.setCanvas(A320IESI.MainScreen.canvas);
|
||||
}
|
||||
|
||||
setlistener("", func() { if (A320IESI.MainScreen != nil) { A320IESI.MainScreen.updateQNH(notification); } }, 0, 0);
|
||||
|
||||
var roundabout = func(x) {
|
||||
var y = x - int(x);
|
||||
return y < 0.5 ? int(x) : 1 + int(x);
|
||||
|
|
Loading…
Add table
Reference in a new issue