Modular Routers

Modular Routers

49M Downloads

[GL Error Spam] Please check if key is unbound first

pietro-lopes opened this issue ยท 0 comments

commented

Check if key KeyMapping#isUnbound first to prevend logspam when this is unbound

[17:26:10] [Render thread/ERROR] [mojang/Window]: ########## GL ERROR ##########
[17:26:10] [Render thread/ERROR] [mojang/Window]: @ Pre render
[17:26:10] [Render thread/ERROR] [mojang/Window]: 65539: Invalid key -1

public static boolean isKeyDown(KeyMapping key) {
return InputConstants.isKeyDown(Minecraft.getInstance().getWindow().getWindow(), key.getKey().getValue()) && key.getKeyConflictContext().isActive();
}