Skip to content

Commit

Permalink
remove click print
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Aug 23, 2024
1 parent 8d497a9 commit 2ef6506
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@ private void handleMouse(SubScene scene) {
scene.addEventFilter(MouseEvent.MOUSE_PRESSED,new EventHandler<MouseEvent>() {
@Override
public void handle(MouseEvent me) {
System.out.println("Bowler 3d start "+name);
//System.out.println("Bowler 3d start "+name);
mousePosX = me.getSceneX();
mousePosY = me.getSceneY();
mouseOldX = me.getSceneX();
Expand Down

0 comments on commit 2ef6506

Please sign in to comment.