Skip to content

Commit

Permalink
Properly resizes depth buffer now
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Cryptic authored and mrsterner committed Jun 2, 2024
1 parent 095e7d3 commit 99b50a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public static void resize(int width, int height) {
LODESTONE_POST_CHAIN.resize(width, height);
LODESTONE_DEPTH_CACHE.resize(width, height, Minecraft.ON_OSX);
}
if (TEMP_RENDER_TARGET != null) TEMP_RENDER_TARGET.resize(width, height, Minecraft.ON_OSX);
}

public static void endBatchesEarly() {
Expand Down

0 comments on commit 99b50a0

Please sign in to comment.