Skip to content

Commit

Permalink
reset skater samples when the skater is grabbed
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Dec 12, 2018
1 parent e234490 commit fa0b2cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/energy-skate-park/measure/model/MeasureModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ define( function( require ) {
this.skater.directionProperty,
this.skater.trackProperty,
this.skater.referenceHeightProperty,
this.sampleSkaterProperty
this.sampleSkaterProperty,
this.skater.draggingProperty
];

var self = this;
Expand Down

0 comments on commit fa0b2cf

Please sign in to comment.