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:
funkyfranky
2018-06-16 19:03:44 +02:00
parent ca2eec8878
commit 79d8113df3
2 changed files with 22 additions and 8 deletions

View File

@@ -268,6 +268,8 @@ do -- COORDINATE
-- Adjust height
if altitude==nil then
_coord.y=altitude
else
_coord.y=self:GetLandHeight()
end
return _coord