Skip to content

Commit

Permalink
changed default photon emission sound set that the one preferred in t…
Browse files Browse the repository at this point in the history
…he most recent review meeting, see #216
  • Loading branch information
jbphet committed Oct 14, 2019
1 parent 0a83c2a commit 5c1169e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/moleculesandlight/view/malSoundOptionsDialogContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ define( require => {
super();

// @public (read-only)
this.photonSoundSetProperty = new NumberProperty( 1 );
this.photonSoundSetProperty = new NumberProperty( 3 );

// Create the radio buttons. I (jbphet) know that it's a bit silly to have numbers for radio button entries, but
// I've done it this way so that the sound families can be easily named if desired.
Expand Down

0 comments on commit 5c1169e

Please sign in to comment.