Browsing index pages (4 articles)
↧
Answer by whydoidoit
Yeah that's a fun one - a foreach can't iterate a list that changes - it breaks the enumerator. Add: var deleteEnemies : ArrayList = new ArrayList(); Just before the foreach. Then rather than...
View ArticleAnswer by whydoidoit
Yeah that's a fun one - a foreach can't iterate a list that changes - it breaks the enumerator. Add: var deleteEnemies : ArrayList = new ArrayList(); Just before the foreach. Then rather than...
View Article
Browsing index pages (4 articles)