Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/Multiloader-1.20' into M…
Browse files Browse the repository at this point in the history
…ultiloader-1.20.2
  • Loading branch information
fayer3 committed Nov 2, 2023
2 parents a44c407 + 52eb124 commit a5fa7cf
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ private void renderChunkLayer(RenderType layer, Matrix4f modelView, Matrix4f Pro
}

public void prepare() {
if (vertexBuffers == null && blockAccess != null && !ready && mc.level == null) {
if (vertexBuffers == null) {
VRSettings.logger.info("MenuWorlds: Building geometry...");
boolean ao = mc.options.ambientOcclusion().get();
mc.options.ambientOcclusion().set(true);
Expand Down Expand Up @@ -441,8 +441,6 @@ public void loadRenderers() {
}

public boolean isReady() {
// prepare menuworld, if that task wasn't started yet
prepare();
return ready;
}

Expand Down

0 comments on commit a5fa7cf

Please sign in to comment.