diff --git a/Moose Development/Moose/Navigation/Point.lua b/Moose Development/Moose/Navigation/Point.lua index c96643308..976cc44ee 100644 --- a/Moose Development/Moose/Navigation/Point.lua +++ b/Moose Development/Moose/Navigation/Point.lua @@ -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())