ZONE_POLYGON

This commit is contained in:
FlightControl
2016-06-05 00:06:09 +02:00
parent d5867a1c8c
commit 64f67e2ae0
+2 -1
View File
@@ -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