Skip to content

Commit

Permalink
Instrument graph values node cueing arrows, see #83
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Apr 25, 2019
1 parent ba1cfe6 commit 84e1e24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/blackbody-spectrum/view/GraphValuesPointNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ define( function( require ) {
children: [
new ArrowNode( halfArrowSpacing, 0, arrowTip, 0, options.arrowOptions ),
new ArrowNode( -halfArrowSpacing, 0, -arrowTip, 0, options.arrowOptions )
]
],
tandem: options.tandem.createTandem( 'cueingArrows' )
} );

// Links cueing arrows and circle to a single draggable node
Expand Down

0 comments on commit 84e1e24

Please sign in to comment.