play-co / timestep

GNU General Public License v3.0
16 stars 27 forks source link

forEachActiveView allows view release during iteration #33

Closed rogueSkib closed 9 years ago

rogueSkib commented 9 years ago

It's very important to be able to release views while you're iterating over the active collection. By decrementing from the freshViewIndex down to 0, it's now safe to do so using the ViewPool's forEachActiveView function.

jwilm commented 9 years ago

:+1: