Skip to content

Commit

Permalink
uncomment force linked redrawing, see phetsims/coulombs-law#97
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarlow12 committed Dec 20, 2018
1 parent 057f8dc commit f5b5fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/view/ISLCObjectNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ define( function( require ) {
model.forceValuesProperty.lazyLink( this.redrawForce.bind( this ) );
// object.radiusProperty.lazyLink( this.redrawForce.bind( this ) );
object.valueProperty.lazyLink( this.redrawForce.bind( this ) );
// model.forceProperty.lazyLink( this.redrawForce.bind( this ) );
model.forceProperty.lazyLink( this.redrawForce.bind( this ) );

object.baseColorProperty.link( function( baseColor ) {
self.updateGradient( baseColor );
Expand Down

0 comments on commit f5b5fae

Please sign in to comment.