mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
xx
This commit is contained in:
@@ -2410,7 +2410,7 @@ do -- COORDINATE
|
|||||||
for i,coord in ipairs(Coordinates) do
|
for i,coord in ipairs(Coordinates) do
|
||||||
vecs[i+1]=coord:GetVec3()
|
vecs[i+1]=coord:GetVec3()
|
||||||
end
|
end
|
||||||
|
|
||||||
if #vecs<3 then
|
if #vecs<3 then
|
||||||
self:E("ERROR: A free form polygon needs at least three points!")
|
self:E("ERROR: A free form polygon needs at least three points!")
|
||||||
elseif #vecs==3 then
|
elseif #vecs==3 then
|
||||||
|
|||||||
Reference in New Issue
Block a user