changed fabric debug key to F8

This commit is contained in:
cola98765
2021-12-25 13:45:34 +01:00
parent 4908acd7ac
commit f9dd870067
@@ -143,7 +143,7 @@ public class ClientProxy
// The debug mode keybinding, which will be registered
public static final KeyMapping DebugToggle = KeyBindingHelper.registerKeyBinding(
new KeyMapping("key.lod.DebugToggle", GLFW.GLFW_KEY_F4, "key.lod.category"));
new KeyMapping("key.lod.DebugToggle", GLFW.GLFW_KEY_F8, "key.lod.category"));
// The draw toggle keybinding, which will be registered
public static final KeyMapping DrawToggle = KeyBindingHelper.registerKeyBinding(