Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Mar 21, 2023
2 parents 204b568 + f6eec41 commit 1e1f09a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/view/SolarSystemCommonNumberControl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ export default class SolarSystemCommonNumberControl extends NumberControl {
stroke: 'black',
lineWidth: 1,
scale: 0.8,
touchAreaYDilation: 2.5
touchAreaYDilation: 2.5,
soundPlayer: massSliderSoundClip
},
layoutFunction: ( titleNode, numberDisplay, slider, decrementButton, incrementButton ) => {
assert && assert( decrementButton && incrementButton );
Expand Down

0 comments on commit 1e1f09a

Please sign in to comment.