removing comment about iterator

This commit is contained in:
Daniel Shiffman
2013-03-06 22:57:58 -05:00
parent 95abed351f
commit 82c677ef33

View File

@@ -1,5 +1,4 @@
// An ArrayList is used to manage the list of Particles
// An Iterator is used to remove "dead" particles while iterating over the list
class ParticleSystem {