IDKJava / the-elements

The Elements Android particle sandbox-style game.
GNU General Public License v3.0
10 stars 5 forks source link

Moves specials and special vals into the Element struct #11

Closed gkanwar closed 11 years ago

gkanwar commented 11 years ago

This speeds up the specials loop a bit, and especially is useful for particles that have no specials, since cache locality means no costly memory lookups have to take place for something that doesn't have an effect in the end.