Skip to content

Commit

Permalink
fixed a paren alignment issue, see #166
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Jul 10, 2019
1 parent 6947479 commit be928c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/gravity-force-lab-basics/view/GFLBScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ define( require => {
) );
soundManager.addSoundGenerator( new MassSoundGenerator(
model.object2.valueProperty,
model.resetInProgressProperty ),
model.resetInProgressProperty,
{ initialOutputLevel: 0.5 }
);
) );

// @private - sound generation for the force sound
this.forceSoundGenerator = new ForceSoundGenerator(
Expand Down

0 comments on commit be928c9

Please sign in to comment.