Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Oct 24, 2024
1 parent 6666ef3 commit ad50ee3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static Group createRuler(boolean flipNumber) {
tickView.setMaterial(phongMaterial);

// Use Affine transform for tick positioning
System.out.println("Tick for " + i);
//System.out.println("Tick for " + i);
Affine tickTransform = new Affine();
tickTransform.setTx(i-tickWidth/2);
// tickTransform.setTy((height - tickView.getBoundsInLocal().getHeight()) / 2);
Expand Down

0 comments on commit ad50ee3

Please sign in to comment.