Skip to content

Commit

Permalink
remove the debug log lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-github committed May 25, 2024
1 parent 0386cd7 commit 4c9d4f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Game/Scenes/Gameplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,6 @@ void Gameplay::UpdateChunks()

float angle = glm::degrees(acos(glm::dot(glm::normalize(camera->cameraFront), glm::normalize(fakePosC - fakePos))));

Game::instance->log->Write("Angle: " + std::to_string(angle) + " Distance: " + std::to_string(distance) + " Fog: " + std::to_string(fog + 64));

if ((angle < fov || distance <= 16) && distance <= fog + 64)
{
if (!c->isRendered || c->pleaseRender)
Expand Down

0 comments on commit 4c9d4f1

Please sign in to comment.