Fix missed degrees symbol
This commit is contained in:
parent
c3ec55a21f
commit
1ac305d183
1 changed files with 1 additions and 1 deletions
|
@ -4661,7 +4661,7 @@ var canvas_MCDU_base = {
|
|||
var result = myDESWIND[math.abs(i-1)].returnGRND();
|
||||
me["Simple_L3"].setText(sprintf("%03.0f°", result[0]) ~ sprintf("/%.0f", result[1]));
|
||||
} else {
|
||||
me["Simple_L3"].setText("---g/---");
|
||||
me["Simple_L3"].setText("---°/---");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue