Skip to content

Commit

Permalink
add back debug buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-github committed May 23, 2024
1 parent 93a8dd6 commit 29d83f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Game/Scenes/Gameplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ void Gameplay::UnloadChunk(Chunk* c)

void Gameplay::KeyPress(int key)
{
/*if (key == GLFW_KEY_F5)
if (key == GLFW_KEY_F5)
{
Chunk* c = wm->GetChunk(player->position.x, player->position.z);

Expand Down Expand Up @@ -662,7 +662,7 @@ void Gameplay::KeyPress(int key)
LightingManager::GetInstance()->sun.angle += 15;

hud->ShowHint("Sun angle: " + std::to_string(LightingManager::GetInstance()->sun.angle));
}*/
}


/*if (key == GLFW_KEY_P)
Expand Down

0 comments on commit 29d83f9

Please sign in to comment.