mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-11 02:53:23 +08:00
Update Breakout source code to match updates Text Rendering chapter.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user