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

@@ -50,7 +50,6 @@ public:
// game state
GameState State;
bool Keys[1024];
bool KeysProcessed[1024];
unsigned int Width, Height;
std::vector<GameLevel> Levels;
std::vector<PowerUp> PowerUps;