Skip to content

Commit

Permalink
add sample sensor back to measure screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Oct 9, 2019
1 parent 5f7a78d commit 2cf5cd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/energy-skate-park/measure/view/MeasureScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ define( require => {
// the skater, and the sensor is below the measuring tape to avoid occlusion
const skaterSamplesNode = new SkaterSamplesNode( model, this.modelViewTransform );
this.topLayer.addChild( skaterSamplesNode );
this.topLayer.addChild( this.pathSensor );
}

/**
Expand Down

0 comments on commit 2cf5cd6

Please sign in to comment.