suspect-manager: dynamic polygons

This commit is contained in:
Arndt Brenschede 2018-09-16 09:30:17 +02:00
parent 5dcfa91ab9
commit 715f98c7b1
2 changed files with 99 additions and 45 deletions

View file

@ -51,7 +51,7 @@ public class Area
{
for( int j=0; j<neglist.size(); j++)
{
if ( neglist.get(i).isInPolygon( id ) )
if ( neglist.get(j).isInPolygon( id ) )
{
return false;
}