wkeeling/arkanoid

Ball collision detection should not happen when ball not moving

wkeeling opened this issue · 1 comments

This will prevent infinite loop problem when enemy collides with anchored ball. Drive out with a test.

The collision detection will now not run if the ball is anchored (not moving freely).