mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Update Group.lua
This commit is contained in:
parent
5f7a4f2bbb
commit
d9948d1a19
@ -1225,7 +1225,7 @@ function GROUP:GetCoordinate()
|
|||||||
local vec3=self:GetVec3()
|
local vec3=self:GetVec3()
|
||||||
if vec3 then
|
if vec3 then
|
||||||
local coord=COORDINATE:NewFromVec3(vec3)
|
local coord=COORDINATE:NewFromVec3(vec3)
|
||||||
return vec3
|
return coord
|
||||||
end
|
end
|
||||||
|
|
||||||
local Units = self:GetUnits() or {}
|
local Units = self:GetUnits() or {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user