Skip to content

Commit

Permalink
changed comments for sound block from "// audio" to "// sounds", see p…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Sep 18, 2018
1 parent 5c0db0b commit 8a48e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/game/view/GameScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ define( function( require ) {
var self = this;
ScreenView.call( this, RPALConstants.SCREEN_VIEW_OPTIONS );

// audio
// sounds
var audioPlayer = new GameAudioPlayer( model.soundEnabledProperty );

// one node for each 'phase' of the game, created on demand to improve startup time
Expand Down

0 comments on commit 8a48e2b

Please sign in to comment.