Skip to content

Commit

Permalink
must convert distance metric for all model properties, phetsims/gravi…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Feb 13, 2019
1 parent e5ddc8e commit 5f7a05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/view/describers/PositionDescriber.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ define( require => {
* @returns {boolean}
*/
objectsClosest() {
return this.distanceBetween === this.model.getSumRadiusWithSeparation();
return this.distanceBetween === this.convertDistanceMetric( this.model.getSumRadiusWithSeparation() );
}

/***********************
Expand Down

0 comments on commit 5f7a05a

Please sign in to comment.