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

Game slows down after a few minutes of game play #113

Closed sethballantyne closed 4 years ago

sethballantyne commented 4 years ago

During debugging, I've noticed that if you spawn a lot of power ups and cause a few explosions, the game slows a little; it's particularly noticeable with the speed of powerups moving around the screen and the balls movement. Verify all the lists aren't carrying around left over objects that are no longer needed.