Skip to content

Commit

Permalink
rename enhanced sound -> extra sound, phetsims/tambo#165
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jul 8, 2022
1 parent e78569e commit 4b7ca1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/view/ISLCRulerNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class ISLCRulerNode extends Node {

// no sound player provided, use the default
movementSoundPlayer = new SoundClip( rulerMovement000_mp3, { initialOutputLevel: 0.2 } );
soundManager.addSoundGenerator( movementSoundPlayer, { sonificationLevel: SoundLevelEnum.ENHANCED } );
soundManager.addSoundGenerator( movementSoundPlayer, { sonificationLevel: SoundLevelEnum.EXTRA } );
}
else {

Expand Down

0 comments on commit 4b7ca1f

Please sign in to comment.