Skip to content

Commit

Permalink
fix rebase changes
Browse files Browse the repository at this point in the history
  • Loading branch information
douira committed Nov 10, 2024
1 parent d65162a commit 06dd4c7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public RayOcclusionSectionTree(Viewport viewport, float buildDistance, int frame
this.transform = viewport.getTransform();
this.portalTree = createPortalTree(this.baseOffsetX, this.baseOffsetY, this.baseOffsetZ, buildDistance, level);

this.minSection = level.getMinSection();
this.maxSection = level.getMaxSection();
this.minSection = level.getMinSectionY();
this.maxSection = level.getMaxSectionY();
}

@Override
Expand Down

0 comments on commit 06dd4c7

Please sign in to comment.