Update Breakout source code to match updates Text Rendering chapter.

This commit is contained in:
Joey de Vries
2020-04-28 14:46:15 +02:00
parent be066bcb6e
commit 82b066067f
16 changed files with 152 additions and 32 deletions

View File

@@ -20,7 +20,7 @@ BallObject *Ball;
ParticleGenerator *Particles;
Game::Game(unsigned int width, unsigned int height)
: State(GAME_MENU), Keys(), KeysProcessed(), Width(width), Height(height)
: State(GAME_MENU), Keys(), Width(width), Height(height)
{
}