We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e7aeb commit 58a92cdCopy full SHA for 58a92cd
src/main/java/de/srendi/advancedperipherals/client/screens/KeyboardScreen.java
@@ -36,7 +36,7 @@ public class KeyboardScreen extends Screen implements MenuAccess<KeyboardContain
36
private MouseState mouseState = MouseState.RELEASED;
37
private boolean captureMouse;
38
private boolean regrabingMouse;
39
- private byte[] lastPosLock = new byte[0];
+ private final byte[] lastPosLock = new byte[0];
40
private double lastX = 0;
41
private double lastY = 0;
42
private double lastScroll = 0;
0 commit comments