mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-21 11:53:30 +00:00
ZONE_POLYGON
This commit is contained in:
@@ -338,9 +338,10 @@ function ZONE_POLYGON:IsPointVec2InZone( PointVec2 )
|
|||||||
) then
|
) then
|
||||||
c = not c
|
c = not c
|
||||||
end
|
end
|
||||||
self:T( { "c = ", c } )
|
self:T2( { "c = ", c } )
|
||||||
end
|
end
|
||||||
|
|
||||||
|
self:T( { "c = ", c } )
|
||||||
return c
|
return c
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user