Skip to content

Commit

Permalink
Remove Unnecessary Stitcher patch (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
TelepathicGrunt authored May 10, 2024
1 parent a598489 commit d0ed10a
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,3 @@
throw new StitcherException(holder.entry, list.stream().map(p_247946_ -> p_247946_.entry).collect(ImmutableList.toImmutableList()));
}
}
@@ -87,7 +_,7 @@
boolean flag4 = flag2 && j != l;
boolean flag;
if (flag3 ^ flag4) {
- flag = flag3;
+ flag = !flag3 && flag1; // Forge: Fix stitcher not expanding entire height before growing width, and (potentially) growing larger then the max size.
} else {
flag = flag1 && i <= j;
}

0 comments on commit d0ed10a

Please sign in to comment.