Skip to content

Commit

Permalink
perf(rendering): use MONO rendering stage (#5160)
Browse files Browse the repository at this point in the history
  • Loading branch information
skaldarnar authored Nov 5, 2023
1 parent 13a5fa7 commit d3bbd77
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,7 @@ public void render() {
display.prepareToRender();

if (worldRenderer != null) {
worldRenderer.render(RenderingStage.LEFT_EYE);
worldRenderer.render(RenderingStage.RIGHT_EYE);
worldRenderer.render(RenderingStage.MONO);
}

/* UI */
Expand Down

0 comments on commit d3bbd77

Please sign in to comment.