Skip to content

Commit

Permalink
Fix linefeed
Browse files Browse the repository at this point in the history
  • Loading branch information
tonihele committed Mar 17, 2024
1 parent 87a5baa commit 47a9e95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public void onAction(String name, boolean ongoing, float ignored) {
/*
* Update the local rotations of both objects based on the angle.
*/
System.out.printf(" to %.1f radians left of start%n\n", angle);
System.out.printf(" to %.1f radians left of start%n", angle);
Quaternion rotation = new Quaternion();
rotation.fromAngleNormalAxis(angle, Vector3f.UNIT_Y);
floor.setLocalRotation(rotation);
Expand Down

0 comments on commit 47a9e95

Please sign in to comment.