Fix to grouped one at a time

This commit is contained in:
Jaime van Kessel 2015-07-24 10:55:59 +02:00
parent 03ca7142d5
commit 453047df1f
2 changed files with 5 additions and 6 deletions

View file

@ -35,7 +35,6 @@ class OneAtATimeIterator(Iterator.Iterator):
for a in range(0,len(node_list)):
for b in range(0,len(node_list)):
if a != b and self._hit_map[a][b] and self._hit_map[b][a]:
print("Derp")
return
# Sort the original list so that items that block the most other objects are at the beginning.