Update Point.lua

This commit is contained in:
Frank
2024-01-02 17:04:04 +01:00
parent 8fd3034503
commit 8921007805

View File

@@ -132,6 +132,8 @@ function NAVFIX:NewFromVector(Name, Type, Vector)
-- Type of the point.
self.typePoint=Type or NAVFIX.Type.POINT
local coord=COORDINATE:NewFromVec3(self.vector)
-- Marker on F10.
self.marker=MARKER:New(coord, self:_GetMarkerText())