Skip to content

Commit 6749926

Browse files
author
wil
committed
empty spaces | line breaks
1 parent 6d70a92 commit 6749926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jme3-desktop/src/main/java/com/jme3/input/awt/AwtMouseInput.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public long getInputTimeNanos() {
158158
public void setCursorVisible(boolean visible) {
159159
if (this.visible != visible) {
160160
grabLocation.x = lastKnownLocation.x;
161-
grabLocation.y = lastKnownLocation.y;
161+
grabLocation.y = lastKnownLocation.y;
162162

163163
this.visible = visible;
164164
final boolean newVisible = visible;

0 commit comments

Comments
 (0)