Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Dec 23, 2024
1 parent 3d33de5 commit 6a8afe2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/logic/LevelController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ LevelController::LevelController(
);
chunks->update(16, 1, 0, *player);
if (player->chunks->get(
std::floor(position.x),
std::floor(position.y),
std::floor(position.z)
std::floor(position.x), 0, std::floor(position.z)
)) {
confirmed++;
}
Expand Down

0 comments on commit 6a8afe2

Please sign in to comment.