sethballantyne / Plexis

A Breakout clone written in C++/CLI using DirectX 8, complete with level editor written in C#.
MIT License
2 stars 0 forks source link

Improve ball collision #107

Closed sethballantyne closed 4 years ago

sethballantyne commented 4 years ago

When the ball hits two bricks at once, only one of them will be registered as being hit; obviously it should be both.

sethballantyne commented 4 years ago

implemented in 0.9.1