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 6d70a92 commit 6749926Copy full SHA for 6749926
jme3-desktop/src/main/java/com/jme3/input/awt/AwtMouseInput.java
@@ -158,7 +158,7 @@ public long getInputTimeNanos() {
158
public void setCursorVisible(boolean visible) {
159
if (this.visible != visible) {
160
grabLocation.x = lastKnownLocation.x;
161
- grabLocation.y = lastKnownLocation.y;
+ grabLocation.y = lastKnownLocation.y;
162
163
this.visible = visible;
164
final boolean newVisible = visible;
0 commit comments