Skip to content

Commit

Permalink
Merge branch 'main' of github.com:openpatch/scratch-for-java
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebarkmin committed Aug 23, 2024
2 parents 5103960 + f7b4885 commit 897b875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/org/openpatch/scratch/extensions/camera/Camera.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public Vector2 getPosition() {

/**
* Converts screen coordinates to local camera coordinates
*
*
* @param v screen coordinates
* @return local coordinates
*/
Expand All @@ -63,7 +63,7 @@ public double toLocalY(double y) {

/**
* Converts local camera coordinates to screen coordinates
*
*
* @param v local camera coordinates
* @return screen coordinates
*/
Expand Down

0 comments on commit 897b875

Please sign in to comment.