Skip to content

Commit

Permalink
Old menu bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
Poly committed Jun 19, 2019
1 parent f995cea commit 135d2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GameState.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ void GameStateManager::Draw(Renderer &renderer) {
// would be really easy.

// const static float gray = 32.0f / 255.0f;
const static float gray = 0.0f / 255.0f;
const static float gray = 32.0f / 255.0f;
glClearColor(gray, gray, gray, 1.0f);
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);

Expand Down

0 comments on commit 135d2b4

Please sign in to comment.