Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
waa
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-makes-code committed Jan 20, 2024
1 parent 2642519 commit bc5b8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Rendering/Occlusion/OcclusionGraph.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private static ChunkOcclusionBitSet Check(HashSet<ivec3> nodes) {
// There might be a better way to do this.
return (
// Each value contains all possible connections,
// We want to wittle it down, only keeping the connections that
// We want to whittle it down, only keeping the connections that
// are common with the others.
(up & (down | north | south | east | west)) |
(down & (north | south | east | west)) |
Expand Down

0 comments on commit bc5b8fc

Please sign in to comment.