Fix the bogus Actors iterator

This commit is contained in:
abcdefg30
2020-07-09 17:44:48 +02:00
committed by Matthias Mailänder
parent f642cead44
commit 26fc65209d

View File

@@ -228,7 +228,6 @@ namespace OpenRA
for (var i = 0; i < actors.Count; i++)
{
last = actors[i];
var current = actors[i];
if (current == last || !predicate(traits[i]))
continue;