MCDU RADNAV page bugfix - CLR on R1 was applied to VOR1 instead of VOR2
This commit is contained in:
parent
f67812fd96
commit
a4d1a3082d
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ var radnavInput = func(key, i) {
|
|||
}
|
||||
} else if (key == "R1") {
|
||||
if (radNavScratchpad == "CLR") {
|
||||
fmgc.FMGCInternal.VOR1.freqSet = 0;
|
||||
fmgc.FMGCInternal.VOR2.freqSet = 0;
|
||||
mcdu_scratchpad.scratchpads[i].empty();
|
||||
} else {
|
||||
if (size(split("/", radNavScratchpad)) == 2) {
|
||||
|
|
Loading…
Add table
Reference in a new issue