zeOxx / StudentGame

A continuation of the previous repo (https://github.com/zeOxx/Perihelion)
4 stars 1 forks source link

Game crashes when two bullets hit objects at the same time #32

Closed zeOxx closed 11 years ago

Slokken commented 11 years ago

Think i got this one sorted out. It was a matter of what order we removed the bullets from the list. I now sort them (not super cheap, I know), and then remove the bullets appearing at the back of the list first.