Skip to content

Commit

Permalink
Improve plank angle instrumentation, see #96
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 18, 2020
1 parent 00e11ae commit ce05ff2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion js/common/model/Plank.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ define( require => {
'positive is tilted left, negative to the right.',
units: 'radians',
tandem: tandem.createTandem( 'tiltAngleProperty' ),
phetioReadOnly: true
phetioReadOnly: true,
phetioHighFrequency: true
} );

// Point where the bottom center of the plank is currently located. If the plank is sitting on top of the fulcrum,
Expand Down
6 changes: 3 additions & 3 deletions js/phet-io/balancing-act-phet-io-elements-baseline.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ window.phet.phetio.phetioElementsBaseline = assert &&
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioHighFrequency": true,
"phetioIsArchetype": false,
"phetioPlayback": false,
"phetioReadOnly": true,
Expand Down Expand Up @@ -1280,7 +1280,7 @@ window.phet.phetio.phetioElementsBaseline = assert &&
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioHighFrequency": true,
"phetioIsArchetype": false,
"phetioPlayback": false,
"phetioReadOnly": true,
Expand Down Expand Up @@ -4712,7 +4712,7 @@ window.phet.phetio.phetioElementsBaseline = assert &&
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioHighFrequency": true,
"phetioIsArchetype": false,
"phetioPlayback": false,
"phetioReadOnly": true,
Expand Down

0 comments on commit ce05ff2

Please sign in to comment.