Merge branch 'develop' into FF/Ops

This commit is contained in:
Frank
2021-03-03 00:03:52 +01:00
7 changed files with 434 additions and 154 deletions

View File

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