mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
ARTY v1.0.4
Minor adjustments. Fixed bug that coordinates from mark points are always at an altitude of 5 meters.
This commit is contained in:
@@ -268,6 +268,8 @@ do -- COORDINATE
|
||||
-- Adjust height
|
||||
if altitude==nil then
|
||||
_coord.y=altitude
|
||||
else
|
||||
_coord.y=self:GetLandHeight()
|
||||
end
|
||||
|
||||
return _coord
|
||||
|
||||
Reference in New Issue
Block a user