Skip to content

Commit

Permalink
Fixed RenderWorldLastEvent never being called, was missed in 1.7 upda…
Browse files Browse the repository at this point in the history
…te. Closes #932
  • Loading branch information
LexManos committed Jan 18, 2014
1 parent 79ebdfa commit b917d48
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,13 @@
GL11.glDepthMask(true);
GL11.glEnable(GL11.GL_CULL_FACE);
GL11.glDisable(GL11.GL_BLEND);
@@ -1357,6 +1380,9 @@
this.renderCloudsCheck(renderglobal, par1);
}

+ this.mc.mcProfiler.endStartSection("FRenderLast");
+ ForgeHooksClient.dispatchRenderLast(renderglobal, par1);
+
this.mc.mcProfiler.endStartSection("hand");

if (this.cameraZoom == 1.0D)

0 comments on commit b917d48

Please sign in to comment.