mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-20 17:07:54 +00:00
Update Marker.lua
This commit is contained in:
@@ -175,8 +175,6 @@ function MARKER:New( Coordinate, Text )
|
|||||||
-- Inherit everything from FSM class.
|
-- Inherit everything from FSM class.
|
||||||
local self = BASE:Inherit( self, FSM:New() ) -- #MARKER
|
local self = BASE:Inherit( self, FSM:New() ) -- #MARKER
|
||||||
|
|
||||||
local self=BASE:Inherit(self, FSM:New()) -- #MARKER
|
|
||||||
|
|
||||||
self.coordinate=UTILS.DeepCopy(Coordinate)
|
self.coordinate=UTILS.DeepCopy(Coordinate)
|
||||||
|
|
||||||
self.text = Text
|
self.text = Text
|
||||||
|
|||||||
Reference in New Issue
Block a user