mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Ops
This commit is contained in:
@@ -525,12 +525,12 @@ function TARGET:_AddObject(Object)
|
||||
|
||||
elseif Object:IsInstanceOf("COORDINATE") then
|
||||
|
||||
local coord=Object --Core.Point#COORDINATE
|
||||
local coord=UTILS.DeepCopy(Object) --Core.Point#COORDINATE
|
||||
|
||||
target.Type=TARGET.ObjectType.COORDINATE
|
||||
target.Name=coord:ToStringMGRS()
|
||||
|
||||
target.Coordinate=Object
|
||||
target.Coordinate=coord
|
||||
|
||||
target.Life0=1
|
||||
target.Life=1
|
||||
|
||||
Reference in New Issue
Block a user