You have an explicit loop over all the instances of your classes, so you call terminate() for each of these instances. The noLoop() stops calling draw() repetitively, but doesn't stop for loops!
↧