Removed not working Shutdown Hook Thread

Fixed Hunger Bar not properly rendering while Recording Indicator enabled
This commit is contained in:
Marius Metzger
2015-04-06 16:51:38 +02:00
parent 66e27a97a4
commit 4ed92c3739
3 changed files with 27 additions and 34 deletions

View File

@@ -88,7 +88,7 @@ public class GuiReplayOverlay extends Gui {
}
@SubscribeEvent
public void renderRecordingIndicator(RenderGameOverlayEvent.Post event) {
public void renderRecordingIndicator(RenderGameOverlayEvent.Text event) {
if(!ReplayHandler.isInReplay() && ReplayMod.replaySettings.showRecordingIndicator() && ConnectionEventHandler.isRecording()) {
GlStateManager.resetColor();
GlStateManager.enableAlpha();