ZONE_POLYGON

This commit is contained in:
FlightControl 2016-06-05 00:06:09 +02:00
parent d5867a1c8c
commit 64f67e2ae0

View File

@ -338,9 +338,10 @@ function ZONE_POLYGON:IsPointVec2InZone( PointVec2 )
) then
c = not c
end
self:T( { "c = ", c } )
self:T2( { "c = ", c } )
end
self:T( { "c = ", c } )
return c
end