Skip to content

Commit

Permalink
Misc fixes and tunings
Browse files Browse the repository at this point in the history
See merge request main/Sumatra!1890

sumatra-commit: 7b8eba91f2b0cbf480d1d1d4f81bb89dc8f8e71a
  • Loading branch information
g3force authored and TIGERs GitLab committed Nov 21, 2024
1 parent a764213 commit 2297d0e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ public void mouseMoved(final MouseEvent e)
{
IVector2 lastMousePoint = getMousePointGlobal(e.getX(), e.getY());
onMouseMoves.forEach(c -> c.onInteraction(lastMousePoint, e));
update();
}
}

Expand Down

0 comments on commit 2297d0e

Please sign in to comment.