Removed not working Shutdown Hook Thread
Fixed Hunger Bar not properly rendering while Recording Indicator enabled
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user