mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Update Airbase.lua
- Fixed bug in the `AIRBASE:GetRunwaydata()` function.
This commit is contained in:
parent
421d27f640
commit
7f98e703f1
@ -1303,7 +1303,7 @@ function AIRBASE:GetRunwayData(magvar, mark)
|
||||
|
||||
if exception==1 then
|
||||
|
||||
j=N-(i+1) -- 1-->4, 2-->3
|
||||
j=N-(i-1) -- 1-->4, 2-->3
|
||||
|
||||
elseif exception==2 then
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user