mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Small Fix
This commit is contained in:
parent
60b75a4c8f
commit
5f97299cb2
@ -614,8 +614,8 @@ do -- COORDINATE
|
||||
|
||||
local set=SET_STATIC:New()
|
||||
|
||||
for _,unit in pairs(statics) do
|
||||
set:AddUnit(unit)
|
||||
for _,stat in pairs(statics) do
|
||||
set:AddStatic(STATIC:Find(stat))
|
||||
end
|
||||
|
||||
return set
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user