Skip to content

Commit

Permalink
Te hee
Browse files Browse the repository at this point in the history
  • Loading branch information
simibubi committed Oct 9, 2024
1 parent 7d1a386 commit cafd877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ private static void renderPhase(TrainMapRenderer map, List<Couple<Integer>> coll
if (phase == PHASE_STRAIGHTS)
continue;

BlockPos origin = turn.tePositions.getFirst();
BlockPos origin = turn.bePositions.getFirst();
Map<Pair<Integer, Integer>, Double> rasterise = turn.rasterise();

for (boolean antialias : Iterate.falseAndTrue) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ public GirderAngles[] getBakedGirders() {

public Map<Pair<Integer, Integer>, Double> rasterise() {
Map<Pair<Integer, Integer>, Double> yLevels = new HashMap<>();
BlockPos tePosition = tePositions.getFirst();
BlockPos tePosition = bePositions.getFirst();
Vec3 end1 = starts.getFirst()
.subtract(Vec3.atLowerCornerOf(tePosition))
.add(0, 3 / 16f, 0);
Expand Down

0 comments on commit cafd877

Please sign in to comment.