Skip to content

Commit

Permalink
Set accurate wave velocity
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrustyPwo committed Mar 9, 2024
1 parent adfbdcd commit 6b67811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/shared/waves.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class WaveDisplay {
}

get wavelength() {
return 100 / this.frequency;
return 120 / this.frequency;
}
}

Expand Down

0 comments on commit 6b67811

Please sign in to comment.