Some additional fixes from other branch.

This commit is contained in:
Sebastian Hartte
2020-05-30 22:18:26 +02:00
parent 16d6d55d7f
commit ec3b464655
139 changed files with 1489 additions and 1485 deletions
+2 -3
View File
@@ -2,12 +2,11 @@
package appeng.client;
import org.lwjgl.input.Keyboard;
import org.lwjgl.glfw.GLFW;
public enum ActionKey
{
TOGGLE_FOCUS( Keyboard.KEY_TAB );
TOGGLE_FOCUS( GLFW.GLFW_KEY_TAB );
private final int defaultKey;