Skip to content

Commit

Permalink
camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyyTV committed Jan 12, 2018
1 parent c31467a commit 7b685e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public class RenderOverlayHandler {

@SubscribeEvent @SuppressWarnings("deprecation")
public void RenderWorldLastEvent(RenderWorldLastEvent event) {
public void renderWorldLastEvent(RenderWorldLastEvent event) {
Minecraft mc = Minecraft.getMinecraft();
RayTraceResult mouseOver = mc.objectMouseOver;
EntityPlayerSP player = mc.player;
Expand Down Expand Up @@ -115,4 +115,4 @@ public void RenderWorldLastEvent(RenderWorldLastEvent event) {
}
}

}
}

0 comments on commit 7b685e7

Please sign in to comment.