Skip to content

Commit

Permalink
minor comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Jan 29, 2022
1 parent d2824ae commit 9d6c694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/Photon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class Photon {

/**
* Reset the previous position by making it match the current position. This is generally used when a photon is
* being released from something and we don't want to detect false layer crossing after the release.
* being released from something, and we don't want to detect false layer crossing after the release.
*/
resetPreviousPosition() {
this.previousPosition.set( this.positionProperty.value );
Expand Down

0 comments on commit 9d6c694

Please sign in to comment.