NotEnoughUpdates
NotEnoughUpdates copied to clipboard
Correct Keyboard.enableRepeatEvents() calls
Keyboard.enableRepeatEvents(boolean)
should not be called at ticks,
but instead be set to true on GuiScreen.initGui()
and GuiScreen.onGuiClosed()
Anyways Keyboard.enableRepeatEvent
call is also expensive in general