Update Marker.lua

This commit is contained in:
Thomas
2023-01-27 18:34:53 +01:00
committed by GitHub
parent 0d5b6d4c3e
commit c20927b6d7

View File

@@ -175,8 +175,6 @@ function MARKER:New( Coordinate, Text )
-- Inherit everything from FSM class.
local self = BASE:Inherit( self, FSM:New() ) -- #MARKER
local self=BASE:Inherit(self, FSM:New()) -- #MARKER
self.coordinate=UTILS.DeepCopy(Coordinate)
self.text = Text