Skip to content

Commit

Permalink
swap phetioFeatured from soundManager Properties to audioManager. #745
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Sep 20, 2021
1 parent 034eacb commit 7f9fce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/audioManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ class AudioManager extends PhetioObject {
// sound, and voicing). When false, everything should be totally silent.
this.audioEnabledProperty = new BooleanProperty( phet.chipper.queryParameters.audio === 'enabled', {
tandem: tandem.createTandem( 'audioEnabledProperty' ),
phetioFeatured: true,
phetioDocumentation: 'determines whether audio features are enabled for this simulation'
} );

Expand Down

0 comments on commit 7f9fce3

Please sign in to comment.